]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix another case in which streaming read_until_close passed data to the final callback.
authorBen Darnell <ben@bendarnell.com>
Wed, 1 May 2013 03:01:54 +0000 (23:01 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 1 May 2013 03:01:54 +0000 (23:01 -0400)
commitc633aa507218b1e2a5fce9b267785c8a38c4302c
tree27a9cb309405310ad9593cec795693e110472424
parenta9b1e8b34ea8ef0d8e1ff735d2dbab0a3f6acf2f
Fix another case in which streaming read_until_close passed data to the final callback.

Closes #774.
tornado/iostream.py
tornado/test/iostream_test.py