]> git.ipfire.org Git - thirdparty/tornado.git/commit
cast curl debug messages to str 2106/head
authorMin RK <benjaminrk@gmail.com>
Tue, 11 Jul 2017 10:07:34 +0000 (12:07 +0200)
committerMin RK <benjaminrk@gmail.com>
Tue, 11 Jul 2017 10:07:34 +0000 (12:07 +0200)
commit2fdf11ce21b2ccf77af1d448ed4a75f53cc49124
treef7ad6c61b5294fd757489d8bd31a548701c5205d
parent0e869e3f4735685cb2460aac499b509e6f5cc58a
cast curl debug messages to str

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