]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixed automatic port allocation in bind_sockets. 977/head
authorschlamar <marc.schlaich@gmail.com>
Thu, 23 Jan 2014 11:23:53 +0000 (12:23 +0100)
committerschlamar <marc.schlaich@gmail.com>
Fri, 21 Feb 2014 12:06:55 +0000 (13:06 +0100)
commit151eef74a459d9499382b926c12a476477dcc01e
treeb4c220ef4768144a393ea95182f15545e6fb781f
parent66a647d2438341e33353e87c42c49f57df931d9f
Fixed automatic port allocation in bind_sockets.

bind_sockets should use the same port on IPv4 and IPv6 if port=None.
tornado/netutil.py
tornado/test/netutil_test.py