]> git.ipfire.org Git - thirdparty/tornado.git/commit
Ignore negative return values from CurlMulti.timeout.
authorBen Darnell <ben@bendarnell.com>
Sat, 13 Apr 2013 21:20:07 +0000 (17:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 13 Apr 2013 21:20:07 +0000 (17:20 -0400)
commit4059df20998f5364d398cdc4ac0057c744cda380
tree4a3b1db82be103dac438f8b708d84595fe4ba1e5
parent74c6075d5803dffe811245be8a8f95f29847bc93
Ignore negative return values from CurlMulti.timeout.

pycurl has a wraparound bug that can turn very large timeouts into
negative numbers.

Closes #712.
tornado/curl_httpclient.py