Skip to content

Commit

Permalink
Remove incorrect/outdated doc for explicit_http_config (#38090)
Browse files Browse the repository at this point in the history
Commit Message: Remove incorrect/outdated doc for explicit_http_config
Additional Description: Per #38064, this docstring became incorrect with
#14362 so should be removed.
Risk Level: None, doc-only.
Testing: n/a
Docs Changes: Yes it is.
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Raven Black <ravenblack@dropbox.com>

Mirrored from https://github.com/envoyproxy/envoy @ 8ded2fefbc1f051a5bf4e18950db2e4bd543014a
  • Loading branch information
update-envoy[bot] committed Jan 17, 2025
1 parent d173530 commit 6de0912
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ message HttpProtocolOptions {
option (validate.required) = true;

// To explicitly configure either HTTP/1 or HTTP/2 (but not both!) use ``explicit_http_config``.
// If the ``explicit_http_config`` is empty, HTTP/1.1 is used.
ExplicitHttpConfig explicit_http_config = 3;

// This allows switching on protocol based on what protocol the downstream
Expand Down

0 comments on commit 6de0912

Please sign in to comment.