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

support .torrent urls with gzip/deflate response #220

Merged
merged 1 commit into from Dec 29, 2014

Conversation

@feross
Copy link
Member

feross commented Dec 28, 2014

Some servers always return a gzip response even when clients don't send accept-encoding: gzip. This PR adds support for such misbehaved servers, and also always requests gzipped responses.

Using the simple-get module (https://npmjs.org/package/simple-get), the lightest possible wrapper on top of core http, but also supporting:

  • follow redirects
  • automatically handle gzip/deflate responses
  • supports HTTPS
feross added a commit that referenced this pull request Dec 29, 2014
support .torrent urls with gzip/deflate response
@feross feross merged commit 4d86273 into master Dec 29, 2014
1 check passed
1 check passed
continuous-integration/travis-ci The Travis CI build passed
Details
@feross

This comment has been minimized.

Copy link
Member Author

feross commented Dec 29, 2014

Published as 0.18.0.

@feross feross deleted the support-gzip-torrent-urls branch Dec 30, 2014
@lock lock bot locked as resolved and limited conversation to collaborators May 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.