]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream: resolve reads that may be completed while closing
authorMin RK <benjaminrk@gmail.com>
Thu, 1 Aug 2019 11:51:12 +0000 (13:51 +0200)
committerBen Darnell <ben@bendarnell.com>
Mon, 2 Mar 2020 18:52:45 +0000 (13:52 -0500)
commit456a92e9c3c499e581a0af9390014e4ae71d9fb1
treee69e7e770f8a3d5877978d256f151338656ce64a
parenta36d05d1ef6527c56aaea2a749972845e64ef206
iostream: resolve reads that may be completed while closing

fixes issue that a read may fail with StreamClosedError
if stream is closed mid-read
tornado/iostream.py