]> git.ipfire.org Git - thirdparty/tornado.git/commit
cast curl debug messages to str
authorMin RK <benjaminrk@gmail.com>
Tue, 11 Jul 2017 10:07:34 +0000 (12:07 +0200)
committerBen Darnell <ben@bendarnell.com>
Fri, 5 Jan 2018 03:11:08 +0000 (22:11 -0500)
commit8851634dca72d76df847947a40603681b27de44e
tree2a010d44c3c099dd56390c58eadaeda37d6b490e
parent7a23296100b7a796ae42df9b0c8e250b9a7a5cf1
cast curl debug messages to str

since they come in as bytes on Python 3
tornado/curl_httpclient.py