From 7010fe3faff8daa8f0d6c2a0857b6dbc4b114986 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 7 Jun 2022 22:03:58 +0000 Subject: [PATCH] docs: updating rfc link (#21613) Signed-off-by: Alyssa Wilk Mirrored from https://github.com/envoyproxy/envoy @ 8b968ac8833f2ba2c21890ffbd434b6f5118b0c8 --- .../http_connection_manager/v3/http_connection_manager.proto | 2 +- .../header_validators/envoy_default/v3/header_validator.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto b/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto index 32f6af13..bc5f825a 100644 --- a/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto +++ b/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto @@ -792,7 +792,7 @@ message HttpConnectionManager { // #. Syntax of HTTP/1 request target URI and response status // #. HTTP/2 header map validity according to `RFC 7540 section 8.1.2`_ + // #. HTTP/3 header map validity according to `RFC 9114 section 4.3 `_ // #. Syntax of HTTP/3 pseudo headers // #. Syntax of ``Content-Length`` and ``Transfer-Encoding`` // #. Validation of HTTP/1 requests with both ``Content-Length`` and ``Transfer-Encoding`` headers diff --git a/envoy/extensions/http/header_validators/envoy_default/v3/header_validator.proto b/envoy/extensions/http/header_validators/envoy_default/v3/header_validator.proto index eff4d4f3..5fec4f96 100644 --- a/envoy/extensions/http/header_validators/envoy_default/v3/header_validator.proto +++ b/envoy/extensions/http/header_validators/envoy_default/v3/header_validator.proto @@ -20,7 +20,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; // #. Syntax of HTTP/1 request target URI and response status // #. HTTP/2 header map validity according to `RFC 7540 section 8.1.2 `_ // #. Syntax of HTTP/2 pseudo headers -// #. HTTP/3 header map validity according to `draft standard `_ +// #. HTTP/3 header map validity according to `RFC 9114 section 4.3 `_ // #. Syntax of HTTP/3 pseudo headers // #. Syntax of Content-Length and Transfer-Encoding // #. Validation of HTTP/1 requests with both ``Content-Length`` and ``Transfer-Encoding`` headers