Replies: 1 comment
-
|
Wondering about the state of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since Envoy version 1.35, Wasm's
PluginConfig, let's you set theallow_on_headers_stop_iterationboolean, which affects how a filter "Pauseing" the request is handled for HTTP request, allowing to proceed to processing the body, while not flushing the buffer with the headers to the upstream.The control is implemented in the go control plane, "just" not leverage by Istio's
WasmPluginextensions.There might be a good reason for it to be missing, which is why I'm opening the discussion... or it might just have not yet been implemented/requested or just be an oversight. Would it make sense to add it?
Beta Was this translation helpful? Give feedback.
All reactions