Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBring back hyper with proxy support #532
Conversation
inejge
added some commits
Jun 14, 2016
This comment has been minimized.
This comment has been minimized.
|
I retried just to see what happens. |
This comment has been minimized.
This comment has been minimized.
|
I believe the CI error means that Cargo.lock may not be up to date and the CI builders are trying to modify the readonly copy. Perhaps a |
This comment has been minimized.
This comment has been minimized.
Exactly right. Travis builds are now passing, thanks and sorry for the noise. |
brson
merged commit 090f9c8
into
rust-lang:master
Jun 20, 2016
This comment has been minimized.
This comment has been minimized.
|
Thanks @inejge! |
This was referenced Jul 5, 2016
Closed
inejge
deleted the
inejge:re-hyper
branch
Jul 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
inejge commentedJun 14, 2016
Reintegrate hyper support and make it selectable at runtime by setting the environment. Add proxy support to downloads handled by hyper (also activated by setting the environment.)
Fixes #509