]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow the caller to specify the listen() backlog in HTTPServer.bind.
authorBen Darnell <ben@bendarnell.com>
Sat, 2 Jul 2011 21:36:37 +0000 (14:36 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 2 Jul 2011 21:36:37 +0000 (14:36 -0700)
commit92fa99f966c0ada0d08af6cb19b8d0e246f20ce7
tree5567262d1534a33b71b687b148686d767d1453ce
parent69e35c768a94903da4c9e5b21a7d8af1a9c40ea7
Allow the caller to specify the listen() backlog in HTTPServer.bind.
tornado/httpserver.py