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

Handle HTTP compression #4

Merged
merged 3 commits into from
Dec 9, 2014
Merged

Handle HTTP compression #4

merged 3 commits into from
Dec 9, 2014

Conversation

brbsix
Copy link
Contributor

@brbsix brbsix commented Dec 8, 2014

Hey thp, this is my first commit to GitHub. I noticed urlwatch wasn't working with some websites. It turns out they were sending (gzip) compressed data by default. This commit checks the Content-Encoding header for gzip (common) or deflate (less-common) and acts appropriately.

thp added a commit that referenced this pull request Dec 9, 2014
Handle HTTP compression
@thp thp merged commit 9cbe302 into thp:master Dec 9, 2014
@thp
Copy link
Owner

thp commented Dec 9, 2014

Looks good, thanks for your contribution.

muonzoo pushed a commit to muonzoo/urlwatch that referenced this pull request Dec 17, 2014
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