Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilackarms committed Mar 30, 2018
1 parent 31061b5 commit 02c1d01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions envoy/config/filter/http/transcoder/v2/transcoder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 02c1d01

Please sign in to comment.