Skip to content

Commit

Permalink
not unhiding in v2
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed May 12, 2020
1 parent b7e74a9 commit cc62767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api/envoy/config/filter/network/tcp_proxy/v2/tcp_proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ message TcpProxy {
// Configuration for tunneling TCP over other transports or application layers.
// Currently, only HTTP/2 is supported. When other options exist, HTTP/2 will
// remain the default.
// Note that CONNECT support is currently considered alpha in Envoy.
// [#comment:TODO(htuch): Replace the above comment with an alpha tag.
message TunnelingConfig {
// The hostname to send in the synthesized CONNECT headers to the upstream proxy.
string hostname = 1 [(validate.rules).string = {min_bytes: 1}];
Expand Down Expand Up @@ -178,6 +176,7 @@ message TcpProxy {
// limited to 1.
repeated type.HashPolicy hash_policy = 11 [(validate.rules).repeated = {max_items: 1}];

// [#not-implemented-hide:] feature in progress
// If set, this configures tunneling, e.g. configuration options to tunnel multiple TCP
// payloads over a shared HTTP/2 tunnel. If this message is absent, the payload
// will be proxied upstream as per usual.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc62767

Please sign in to comment.