envoy-go-extension icon indicating copy to clipboard operation
envoy-go-extension copied to clipboard

evnoy with go extension

Results 12 envoy-go-extension issues
Sort by recently updated
recently updated
newest added

otherwise, there might be a race between go thread write and envoy thread read. we could resolve it, by: 1. buffer the write operations on the Go side, 2. passing...

set a flag while changing headers, and call `onHeadersModified` before headers continue.