diff --git a/envoy/extensions/clusters/dynamic_forward_proxy/v3/cluster.proto b/envoy/extensions/clusters/dynamic_forward_proxy/v3/cluster.proto index a572c0c4..9c711ae1 100644 --- a/envoy/extensions/clusters/dynamic_forward_proxy/v3/cluster.proto +++ b/envoy/extensions/clusters/dynamic_forward_proxy/v3/cluster.proto @@ -34,7 +34,6 @@ message ClusterConfig { // ` bool allow_insecure_cluster_options = 2; - // [#not-implemented-hide:] // If true allow HTTP/2 and HTTP/3 connections to be reused for requests to different // origins than the connection was initially created for. This will only happen when the // resolved address for the new connection matches the peer address of the connection and @@ -47,7 +46,6 @@ message ClusterConfig { // By design, this feature will maximize reuse of connections. This means that instead // opening a new connection when an existing connection reaches the maximum number of // concurrent streams, requests will instead be sent to the existing connection. - // TODO(alyssawilk) implement request queueing in connections. // // .. note:: // The coalesced connections might be to upstreams that would not be otherwise