diff --git a/docs/root/intro/arch_overview/http/upgrades.rst b/docs/root/intro/arch_overview/http/upgrades.rst index c2f8278c8417f..cefa72e67b807 100644 --- a/docs/root/intro/arch_overview/http/upgrades.rst +++ b/docs/root/intro/arch_overview/http/upgrades.rst @@ -96,7 +96,7 @@ will synthesize 200 response headers, and then forward the TCP data as the HTTP will be forwarded *unsanitized* headers if they are in the body payload. Please use with caution For an example of proxying connect, please see :repo:`configs/proxy_connect.yaml ` -For an example of terminating connect, please see :repo:`configs/terminate_connect.yaml ` +For an example of terminating connect, please see :repo:`configs/terminate_http1_connect.yaml ` and :repo:`configs/terminate_http2_connect.yaml ` Note that for CONNECT-over-tls, Envoy can not currently be configured to do the CONNECT request in the clear and encrypt previously unencrypted payload in one hop. To send CONNECT in plaintext and encrypt the payload, diff --git a/docs/root/intro/arch_overview/listeners/network_filter_chain.rst b/docs/root/intro/arch_overview/listeners/network_filter_chain.rst index 468fc16ea1e1b..447caddc19062 100644 --- a/docs/root/intro/arch_overview/listeners/network_filter_chain.rst +++ b/docs/root/intro/arch_overview/listeners/network_filter_chain.rst @@ -16,7 +16,7 @@ chosen to serve the request. If the default filter chain is not supplied, the co Filter chain only update ------------------------ -:ref:`Filter chains ` can be updated indepedently. Upon listener config +:ref:`Filter chains ` can be updated independently. Upon listener config update, if the listener manager determines that the listener update is a filter chain only update, the listener update will be executed by adding, updating and removing filter chains. The connections owned by these destroying filter chains will be drained as described in listener drain.