Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nits from OPSDIR #2647

Merged
merged 1 commit into from
Oct 10, 2023
Merged
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
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-alias-proxy-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ author:

This document defines the `next-hop-aliases` HTTP Proxy-Status Parameter. This parameter carries
the list of aliases and canonical names an intermediary received during DNS resolution as part
establishing a connection to the next hop.
of establishing a connection to the next hop.

--- middle

Expand Down Expand Up @@ -164,7 +164,7 @@ Similarly the "\\" character in a label MUST be escaped as "\\\\". Other uses o
In order to include the `next-hop-aliases` parameter, a proxy needs to have access to the chain
of alias names and canonical names received in CNAME records.

Implementations ought to note that the full chain of names might not available in common DNS
Implementations ought to note that the full chain of names might not be available in common DNS
resolution APIs, such as `getaddrinfo`. `getaddrinfo` does have an option for `AI_CANONNAME`,
but this will only return the last name in the chain (the canonical name), not the alias
names.
Expand Down