We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem:
Latest master
hyper::Uri thinks https://google.com#ab/cd has a host google.com#ab, while it should have a host google.com.
https://google.com#ab/cd
google.com#ab
google.com
hyper::Uri is okay with https://google.com/#ab/cd.
https://google.com/#ab/cd
The text was updated successfully, but these errors were encountered:
fix(uri): fix parse for empty path and '/' or '?' in fragment
559f21a
Fixes hyperium#1176.
No branches or pull requests
Problem:
Latest master
hyper::Uri thinks
https://google.com#ab/cd
has a hostgoogle.com#ab
, while it should have a hostgoogle.com
.hyper::Uri is okay with
https://google.com/#ab/cd
.The text was updated successfully, but these errors were encountered: