From 44f62a49d254abff57659c996fcb55f14b975f99 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:00:38 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 34bb97cfc9d22838c057f8ad0c18c7364024b8b1 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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index 004a865977..bdbb6b6e93 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -f5bca686eb043e099bd96a8049a38048c402cd36 +34bb97cfc9d22838c057f8ad0c18c7364024b8b1 diff --git a/envoy/service/ext_proc/v3/external_processor.pb.go b/envoy/service/ext_proc/v3/external_processor.pb.go index 6403bbd4b4..46c7b79e3d 100755 --- a/envoy/service/ext_proc/v3/external_processor.pb.go +++ b/envoy/service/ext_proc/v3/external_processor.pb.go @@ -891,7 +891,8 @@ type CommonResponse struct { Trailers *v3.HeaderMap `protobuf:"bytes,4,opt,name=trailers,proto3" json:"trailers,omitempty"` // Clear the route cache for the current client request. This is necessary // if the remote server modified headers that are used to calculate the route. - // This field is ignored in the response direction. + // This field is ignored in the response direction. This field is also ignored + // if the Envoy ext_proc filter is in the upstream filter chain. ClearRouteCache bool `protobuf:"varint,5,opt,name=clear_route_cache,json=clearRouteCache,proto3" json:"clear_route_cache,omitempty"` }