]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a brute-force workaround for the class of libcurl bugs that cause
authorBen Darnell <ben@bendarnell.com>
Thu, 5 Aug 2010 00:30:20 +0000 (17:30 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 5 Aug 2010 00:30:20 +0000 (17:30 -0700)
commit8995f5a0f93717e27e01fd1de2e7ab8f54782276
treea32cb2bc510415caea66ba7577eca0397740edc7
parent0875b784d10927629eccc4b371f10cd16753f401
Add a brute-force workaround for the class of libcurl bugs that cause
file descriptors or timeouts to get silently dropped.  (the old
fdset/perform implementation of AsycnHTTPClient had a similar workaround).
tornado/httpclient.py