From 24d84d46e860dbe74b52f50836fdcb433853df2a Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:05:56 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 0d3b3aea89e50c52776241f9112be8f28d78f1ab Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- envoy/COMMIT | 2 +- envoy/service/ext_proc/v3/external_processor.pb.go | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index b9c4080787..ed037b67c1 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -cfdc99a00d43c6c08c22229c7053410446e51a3a +0d3b3aea89e50c52776241f9112be8f28d78f1ab diff --git a/envoy/service/ext_proc/v3/external_processor.pb.go b/envoy/service/ext_proc/v3/external_processor.pb.go index 1ee5328d89..79bc2642b2 100755 --- a/envoy/service/ext_proc/v3/external_processor.pb.go +++ b/envoy/service/ext_proc/v3/external_processor.pb.go @@ -305,7 +305,9 @@ type ProcessingResponse struct { // for the duration of this particular request/response only. Servers // may use this to intelligently control how requests are processed // based on the headers and other metadata that they see. - // This field is ignored by Envoy when the ext_proc filter config + // This field is only applicable when servers responding to the header requests. + // If it is set in the response to the body or trailer requests, it will be ignored by Envoy. + // It is also ignored by Envoy when the ext_proc filter config // :ref:`allow_mode_override // ` // is set to false.