]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixed and added regression test for a bug that was introduced in 2.3
authorRoey Berman <roey.berman@gmail.com>
Thu, 12 Jul 2012 16:57:38 +0000 (19:57 +0300)
committerBen Darnell <ben@bendarnell.com>
Sat, 14 Jul 2012 17:54:27 +0000 (18:54 +0100)
commit5edd8daf3c43bdb874a80645b53147e254081740
tree768992c2a70a7da8875b09aa5d1175cac079ce44
parent00688f9a3000b8047e79f1a921ab4a0d20073394
Fixed and added regression test for a bug that was introduced in 2.3
where the IOStream._close_callback would never be
called if there were pending reads.

(Cherry-picked from https://github.com/facebook/tornado/pull/561 with
amendments for compatibility with python 2.5-2.6 -bdarnell)

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