Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ message UpstreamHttpProtocolOptions {

// Configures the alternate protocols cache which tracks alternate protocols that can be used to
// make an HTTP connection to an origin server. See https://tools.ietf.org/html/rfc7838 for
// HTTP Alternate Services and https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-04
// HTTP Alternative Services and https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-04
// for the "HTTPS" DNS resource record.
message AlternateProtocolsCacheOptions {
// The name of the cache. Multiple named caches allow independent alternate protocols cache
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v4alpha/protocol.proto

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

2 changes: 1 addition & 1 deletion envoy/http/alternate_protocols_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Http {

/**
* Tracks alternate protocols that can be used to make an HTTP connection to an origin server.
* See https://tools.ietf.org/html/rfc7838 for HTTP Alternate Services and
* See https://tools.ietf.org/html/rfc7838 for HTTP Alternative Services and
* https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-04 for the
* "HTTPS" DNS resource record.
*/
Expand Down
2 changes: 1 addition & 1 deletion generated_api_shadow/envoy/config/core/v3/protocol.proto

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

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