]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix exception handling in CurlAsyncHTTPClient._process_queue.
authorBen Darnell <ben@bendarnell.com>
Sat, 18 Apr 2015 22:15:14 +0000 (18:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 18 Apr 2015 22:15:14 +0000 (18:15 -0400)
commitcf766125d50e2073196f218710b39d0e27aacf31
tree39c680098f80250fcc458d37ca2e2eb3dc213f75
parent2bd2f0db087c12738ac55aba75fe78fe31987dd0
Fix exception handling in CurlAsyncHTTPClient._process_queue.

Previously it would allow exceptions to escape, which worked only if
_process_queue were called by fetch_impl instead of
_finish_pending_requests.

Closes #1413.
tornado/curl_httpclient.py