]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix the IOStream close callback not getting called if there are pending callbacks.
authorFlorian Diebold <flodiebold@gmail.com>
Sun, 4 Sep 2011 16:47:01 +0000 (18:47 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 Sep 2011 22:36:54 +0000 (15:36 -0700)
commite811959588389e374caf60270f86b37dce94c889
treeb75077504292394a000c8420595aba6348b7ab56
parent95b707339a303f2f2958ea27e49275cb34ec7543
Fix the IOStream close callback not getting called if there are pending callbacks.

_maybe_add_error_listener only does anything if _state is None.
tornado/iostream.py