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

Host header and abort #11

Merged
merged 1 commit into from
Jan 2, 2017

Conversation

stelcheck
Copy link
Contributor

I found two issues (while porting from request):

  1. Abort was not exposed. So long downloads could not be aborted
  2. Manually setting the host header was overwritten.

This PR fixes those two issues.

I don't have the time to write the tests at the moment, but please let me know if you consider it a must for merge.

I found two issues (while porting from request):

  1. Abort was not exposed. So long downloads could not be aborted
  2. Manually setting the host header was overwritten.

This PR fixes those two issues.
@Tjatse
Copy link
Owner

Tjatse commented Dec 19, 2016

This sounds reasonable, appreciate!
I'll write some cases to test w/ your codes, and this pr will be merged ASAP if CI passing

@Tjatse Tjatse merged commit 2899d5e into Tjatse:master Jan 2, 2017
@Tjatse
Copy link
Owner

Tjatse commented Jan 2, 2017

v0.2.17 has been released yet, thanks.

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.

None yet

2 participants