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

Allow % in IPv6 addresses to support zone identifiers. #343

Merged
merged 2 commits into from Oct 7, 2019

Conversation

ComputerDruid
Copy link
Contributor

https://tools.ietf.org/html/rfc6874 explains that %25 can be used to
indicate a "zone identifier", useful for IPv6 link-local addresses.

Fixes #322

https://tools.ietf.org/html/rfc6874 explains that %25 can be used to
indicate a "zone identifier", useful for IPv6 link-local addresses.
@ComputerDruid
Copy link
Contributor Author

Note: hyperium/hyper#1937 implements the support in hyper.

Copy link
Collaborator

@carllerche carllerche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm thanks.

Copy link
Contributor

@erickt erickt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seanmonstar seanmonstar merged commit 5bb6c1d into hyperium:master Oct 7, 2019
seanmonstar pushed a commit that referenced this pull request Nov 25, 2019
https://tools.ietf.org/html/rfc6874 explains that %25 can be used to
indicate a "zone identifier", useful for IPv6 link-local addresses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zones in link-local IPv6 addresses seems to be not supported.
4 participants