]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove `async_timeout` and use `connect_timeout` instead 885/head
authorCodeb Fan <codeb2cc@gmail.com>
Mon, 2 Sep 2013 05:12:58 +0000 (13:12 +0800)
committerCodeb Fan <codeb2cc@gmail.com>
Mon, 2 Sep 2013 05:12:58 +0000 (13:12 +0800)
commit2d5f396407f9ce3c19751d1b6205a0f04143d3d6
tree7a9ead52c870c2f9fc3fe384d760ab0d7aad2f4b
parent65a4f8a77479101ab9ab84a0220f9d676f2bd1cd
Remove `async_timeout` and use `connect_timeout` instead
tornado/httpclient.py
tornado/simple_httpclient.py
tornado/test/simple_httpclient_test.py