]> 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>
Sat, 1 Feb 2020 17:22:10 +0000 (12:22 -0500)
commita772ed991531ba442a8d1bd090b91fd42b6b09de
tree54df26b08a3716da26514f4fa7e3dcaf647705fb
parent18b653cf93fe870cbc630fb48595e1b92fc1e06c
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