Skip to content

Commit

Permalink
http3: further cleanup and extension removal (#15752)
Browse files Browse the repository at this point in the history
Fixes envoyproxy/envoy#12829

Signed-off-by: Matt Klein <[email protected]>

Mirrored from https://github.com/envoyproxy/envoy @ 1134a1602c37d6fec8d5dd9bccd2855f32b2a34a
  • Loading branch information
data-plane-api(Azure Pipelines) committed Mar 31, 2021
1 parent 5c59e03 commit f8b858f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: quic transport]
// [#comment:#extension: envoy.transport_sockets.quic]
// [#comment:TODO(#12829): Remove this as an extension point.]

// Configuration for Downstream QUIC transport socket. This provides Google's implementation of Google QUIC and IETF QUIC to Envoy.
message QuicDownstreamTransport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ option (udpa.annotations.file_status).package_version_status = NEXT_MAJOR_VERSIO

// [#protodoc-title: quic transport]
// [#comment:#extension: envoy.transport_sockets.quic]
// [#comment:TODO(#12829): Remove this as an extension point.]

// Configuration for Downstream QUIC transport socket. This provides Google's implementation of Google QUIC and IETF QUIC to Envoy.
message QuicDownstreamTransport {
Expand Down

0 comments on commit f8b858f

Please sign in to comment.