rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

Add support for gzip'd server http response #139

Closed andyeff closed 9 years ago

andyeff commented 9 years ago

Hi Rmmh, I wrote this PR to solve an issue I had with a server sending me gzip'd JSON. I couldn't tell how to handle it with your existing util/http so I threw this together. Hopefully it doesn't make you instantly vomit!