]> git.ipfire.org Git - thirdparty/tornado.git/commit
The periodic call to multi_socket_all needs to be followed by
authorBen Darnell <ben@bendarnell.com>
Mon, 9 Aug 2010 21:01:48 +0000 (14:01 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 9 Aug 2010 21:01:48 +0000 (14:01 -0700)
commitfef1129b1668853fd854345a3b3ba3fcfd306ad0
tree4f870b798196c5bc0d6b0b141c7535c6969ae2bb
parent91c1bcba8ff213adcca8d8769ea7cc6b7f702023
The periodic call to multi_socket_all needs to be followed by
 _finish_pending_request or else those requests won't be finished until
after the next one is started.
tornado/httpclient.py