From 3cfebb2eb16e4b6b2d85a268b6dcc3e077d43b92 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Thu, 10 May 2018 22:16:59 +0000 Subject: [PATCH] Minor documentation fixes (#3350) Signed-off-by: Derek Argueta Mirrored from https://github.com/envoyproxy/envoy @ 84f8ce0ac1d474c6845d999fa3aef98034e4afbb --- .../http_connection_manager/v2/http_connection_manager.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto index 1c573cc0..3b96505a 100644 --- a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto +++ b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto @@ -168,7 +168,6 @@ message HttpConnectionManager { // :ref:`config_http_conn_man_headers_x-forwarded-for` for more information. uint32 xff_num_trusted_hops = 19; - // of the client connection as the origin client address if *use_remote_address* is true // Whether the connection manager will generate the :ref:`x-request-id // ` header if it does not exist. This defaults to // true. Generating a random UUID4 is expensive so in high throughput scenarios where this feature