]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't make the request if it timed out in the queue.
authorBen Darnell <ben@bendarnell.com>
Sun, 3 Nov 2013 21:18:40 +0000 (16:18 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 3 Nov 2013 21:18:40 +0000 (16:18 -0500)
commitb61ce6dcc3b7ea3345bd7024c4ceb3d85c87a04a
tree3e3afe41231044890e07689ade77b91f2b7c7889
parent1195a23f671a1f9a2b15587ea5ca39e86c29dcfc
Don't make the request if it timed out in the queue.

Use IOLoop time instead of request.start_time (which is wall time).
Misc test fixes.
tornado/simple_httpclient.py
tornado/test/simple_httpclient_test.py