]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix #1901: fix TCPServer.stop() when called twice 1902/head
authorAntoine Pitrou <antoine@python.org>
Wed, 30 Nov 2016 16:40:46 +0000 (17:40 +0100)
committerAntoine Pitrou <antoine@python.org>
Wed, 30 Nov 2016 16:40:46 +0000 (17:40 +0100)
commit7d62ce8911dba64b97684c45fca694eae1ca4664
treef8eaa5409b3187c50b0a5693f40e0d3951be922f
parentfb2a9412c5d203ef7f935c7fa2553309e20674a9
Fix #1901: fix TCPServer.stop() when called twice
tornado/tcpserver.py
tornado/test/tcpserver_test.py