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 upWhen an origin is opaque set the origin header to `null`. #15569
Labels
Comments
|
In the meantime, we can implement the I can work on this. |
|
This is done in #15903. |
Closed
|
Turns out this actually isn't fixed by #15903 yet, we need to upgrade our hyper to at least version 0.11 before we can fix this. |
|
Could we upgrade hyper now? Or something block? |
|
We are using the last version of hyper that did not include the async I/O API changes. We want to upgrade to the version that uses async I/O, but it's more work than previous hyper upgrades. |
|
Is this fixed now? |
|
Oh, yeah, forgot about it, thanks :p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once Hyper supports setting a
nullOrigin header, updatetry_url_origin_to_hyper_originincomponents/net/http_loader.rsto setOrigin: null.hyperium/hyper#1065