You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext_proc: handle server error response based on the failure_mode_allow config (#39994)
ext_proc: handle server error response based on the failure_mode_allow
config.
This is to fix: envoyproxy/envoy#38553.
If the server returns a spurious response, with failure_mode_allow set
to true, the message will be ignored and external processing is closed,
and the original request is forwarded to upstream as it is. with
failure_mode_allow set to false, local reply is sent to the downstream,
and the HTTP stream is reset.
---------
Signed-off-by: Yanjun Xiang <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ ede5b0b15c24eb20f419b675d15ec32333b61980
0 commit comments