]> git.ipfire.org Git - thirdparty/tornado.git/commit
curl_httpclient: fix disabled decompress_response
authorPierce Lopez <pierce.lopez@gmail.com>
Wed, 12 Jun 2019 19:34:02 +0000 (15:34 -0400)
committerPierce Lopez <pierce.lopez@gmail.com>
Wed, 12 Jun 2019 19:34:02 +0000 (15:34 -0400)
commit256b81c95d6f4864c5ec21bc4a57ab66fdffb709
tree1fa604d8f6512b88f625b8ad16173718ef99c43b
parentfbd1a8fb95d1d24acd100426077c37d6f77e497b
curl_httpclient: fix disabled decompress_response

by setting None (NULL) instead of "none" for ENCODING

reported by Andrey Oparin <andrey@edsd.com>
tornado/curl_httpclient.py