Skip to content

Commit

Permalink
backing out the change in external_processor.proto as we will change…
Browse files Browse the repository at this point in the history
… it completely anyway

Signed-off-by: Yanjun Xiang <[email protected]>
  • Loading branch information
yanjunxiang-google committed Jun 6, 2023
1 parent b09a844 commit d8418bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/envoy/service/ext_proc/v3/external_processor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ message CommonResponse {
// along with the CONTINUE_AND_REPLACE status.
config.core.v3.HeaderMap trailers = 4;

// Clear the route cache for the downstream client request. This is necessary
// if the remote server modified headers that are used to calculate the route.
// This field is ignored for the upstream response message.
// Clear the route cache for the current request.
// This is necessary if the remote server
// modified headers that are used to calculate the route.
bool clear_route_cache = 5;
}

Expand Down

0 comments on commit d8418bb

Please sign in to comment.