]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow ipv6 in simple_httpclient by default.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 May 2014 23:05:07 +0000 (19:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 May 2014 15:11:09 +0000 (11:11 -0400)
commit602f40dab771715b06bb1cbd5bcc4a0eb746f2db
treec02a5f51104076898d3436b00e7ba0ed01206107
parentcc0e7624f16e19c3976fa122b5797b3424a11298
Allow ipv6 in simple_httpclient by default.

Improve connection error handling (especially for SelectIOLoop).
tornado/iostream.py
tornado/simple_httpclient.py
tornado/test/simple_httpclient_test.py
tornado/test/tcpclient_test.py