]> git.ipfire.org Git - thirdparty/tornado.git/commit
Implement the "happy eyeballs" algorithm for ipv4/ipv6 selection.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 May 2014 17:13:49 +0000 (13:13 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 May 2014 14:19:31 +0000 (10:19 -0400)
commitcc0e7624f16e19c3976fa122b5797b3424a11298
tree8cfcafed2fba1c8c3a7bf9c40e1627b33c76819e
parenta6e83a6c3b5b930c0b9b63395008fa6dac8f0f5c
Implement the "happy eyeballs" algorithm for ipv4/ipv6 selection.

IOStream.connect's Future resolves to the stream itself,
which streamlines some connection scenarios.
tornado/iostream.py
tornado/tcpclient.py
tornado/test/iostream_test.py
tornado/test/simple_httpclient_test.py
tornado/test/tcpclient_test.py
tornado/test/util.py