]> git.ipfire.org Git - thirdparty/tornado.git/commit
Replace get_unused_port with bind_unused_port, which binds to port 0
authorBen Darnell <ben@bendarnell.com>
Mon, 10 Sep 2012 16:53:08 +0000 (09:53 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 10 Sep 2012 16:53:08 +0000 (09:53 -0700)
commit95414238f34a85b2b137e0b3e3119324e065519c
treea6c8ddfa25dbab9c768fc637b609ee85b28eb7aa
parent7610920151cf7f0602eddf0c331069e926ee77a1
Replace get_unused_port with bind_unused_port, which binds to port 0
to allow the OS to select a port for us.

Closes #590.
tornado/test/httpclient_test.py
tornado/test/ioloop_test.py
tornado/test/iostream_test.py
tornado/test/process_test.py
tornado/test/simple_httpclient_test.py
tornado/test/twisted_test.py
tornado/testing.py
website/sphinx/releases/next.rst
website/sphinx/testing.rst