]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clear the IOStream buffers on close even when there is no close callback.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 Aug 2013 22:08:01 +0000 (18:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Aug 2013 22:08:01 +0000 (18:08 -0400)
commitf2e23670818483f8d7d31a96aa31d94402db2859
tree87bb34ca999214402098f2c5f6efaf344ae855fb
parentbfba45ba1441c359ac0ad742d8cce47d047a530c
Clear the IOStream buffers on close even when there is no close callback.

Closes #828. (again)
tornado/iostream.py