Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAudit usage of doc_url in http_loader.rs #9783
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doc_urlis the original HTTP request that was initiated. There are very few times when we actually want to use this value besides theHostheader, since it isn't affected by redirections, HSTS upgrades, etc. #9780 is an example of a problem that this can cause.