]> git.ipfire.org Git - thirdparty/tornado.git/commit
Check self.closed() in the inner read loop of IOStream.
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 04:06:52 +0000 (21:06 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 04:06:52 +0000 (21:06 -0700)
commit2d7520e76858191acc2adf095279ffdbcea0d1cf
tree11151e5c6ca3b999b6ffe126fe898157120fe47c
parent50e0a97fb09ef43d7addba396fb181893a5b0b54
Check self.closed() in the inner read loop of IOStream.

This was causing error logs in the keepalive tests (but only on epoll)
tornado/iostream.py