docs: change the default value of most_specific_header_mutations_wins (#21501)

The default value of most_specific_header_mutations_wins is false.

Signed-off-by: derekguo001 <dong.guo@intel.com>

Mirrored from https://github.com/envoyproxy/envoy @ 774bcedf31ac495f4ccb9df5d702f2be6d169079
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent 8cf9f08596
commit f8ba489294
  1. 1
      envoy/config/route/v3/route.proto

@ -90,7 +90,6 @@ message RouteConfiguration {
// To allow setting overrides at the route or virtual host level, this order can be reversed
// by setting this option to true. Defaults to false.
//
// [#next-major-version: In the v3 API, this will default to true.]
bool most_specific_header_mutations_wins = 10;
// An optional boolean that specifies whether the clusters that the route

Loading…
Cancel
Save