]> git.ipfire.org Git - thirdparty/tornado.git/commit
Prevent a double-timeout in TCPClient.
authorBen Darnell <ben@bendarnell.com>
Sun, 18 Jan 2015 16:31:26 +0000 (11:31 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 Jan 2015 16:31:26 +0000 (11:31 -0500)
commit3a293354cebc0b28c6b709bf9202775f30242759
tree3daf30be9ad3a519b9743e1ed109cb912bd45fa9
parentbe31c92e485677401f0e6cc6f99fe6c34c81bfa8
Prevent a double-timeout in TCPClient.

This fixes a non-deterministic failure in the tests.
Also fix another less-common failure in test.util.refusing_port.
tornado/tcpclient.py
tornado/test/util.py