]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Merge pull request #2075 from pitrou/accept_ebadf_race
authorBen Darnell <ben@bendarnell.com>
Tue, 4 Jul 2017 22:35:08 +0000 (18:35 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2017 22:35:08 +0000 (18:35 -0400)
Fix #2069: Fix race condition between accept() handler and TCPServer.stop()


Trivial merge