]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix a bug with IOStream.read_until_close with a streaming_callback.
authorBen Darnell <ben@bendarnell.com>
Fri, 9 Nov 2012 04:29:45 +0000 (23:29 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 9 Nov 2012 04:29:45 +0000 (23:29 -0500)
commitb71650ffed24cb793ecd00466a5ccadd2e33b521
tree99060144918260552b643f6e6e97dd6738107291
parent958301dd9612969450daf4fd361dd0ad81138b22
Fix a bug with IOStream.read_until_close with a streaming_callback.

If the underlying socket was already closed the buffered data
would be passed to the final callback rather than the streaming callback.
tornado/iostream.py
tornado/test/iostream_test.py
website/sphinx/releases/next.rst