]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow TCPServer.handle_stream to be a coroutine
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Mar 2015 04:12:41 +0000 (23:12 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 8 Mar 2015 04:12:41 +0000 (23:12 -0500)
commitb79f82aa6228e07760820f07111e8d0430a4a20c
treece74f1e6f3e12955fcc2fa614044e43db16ff1a8
parentdfb752a7d77047633fdc9ec61c4bacccc6a366cb
Allow TCPServer.handle_stream to be a coroutine
tornado/tcpserver.py
tornado/test/runtests.py
tornado/test/tcpserver_test.py [new file with mode: 0644]