From 02c1d01a047bfd8fcead10396e8044582aacc061 Mon Sep 17 00:00:00 2001 From: ilackarms Date: Thu, 29 Mar 2018 20:23:28 -0400 Subject: [PATCH] nit --- envoy/config/filter/http/transcoder/v2/transcoder.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/envoy/config/filter/http/transcoder/v2/transcoder.proto b/envoy/config/filter/http/transcoder/v2/transcoder.proto index 4f7d07c3d..c150f20af 100644 --- a/envoy/config/filter/http/transcoder/v2/transcoder.proto +++ b/envoy/config/filter/http/transcoder/v2/transcoder.proto @@ -56,8 +56,6 @@ message GrpcJsonTranscoder { // google.protobuf.util.json_util#JsonPrintOptions>`_. PrintOptions print_options = 3; - // Whether to keep the incoming request route after the outgoing headers have been transformed to - // the match the upstream gRPC service. Note: This means that routes for gRPC services that are - // not transcoded cannot be used in combination with match_incoming_request_route + // Whether to keep the incoming request route after the outgoing headers have been transformed to the match the upstream gRPC service. Note: This means that routes for gRPC services that are not transcoded cannot be used in combination with *match_incoming_request_route*. bool match_incoming_request_route = 5; }