]> git.ipfire.org Git - thirdparty/tornado.git/commit
curl_httpclient: Only call native_str on debug message when needed 2277/head
authorBen Darnell <ben@bendarnell.com>
Mon, 12 Feb 2018 03:21:11 +0000 (22:21 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 12 Feb 2018 03:21:11 +0000 (22:21 -0500)
commit27a6103148a78100fc479f5dfc65065ef8e6ea72
treea46063e8ea2780609feebe107427d5c580565dc8
parent24d2ebd8e9141c2af043db023988c343adec133c
curl_httpclient: Only call native_str on debug message when needed

Some debug messages are binary blobs that should not be decoded.

Fixes #2275
tornado/curl_httpclient.py