]> git.ipfire.org Git - thirdparty/tornado.git/commit
Check for EOF in the kqueue-based IOLoop to avoid incorrectly calling
authorBen Darnell <ben@bendarnell.com>
Tue, 22 Feb 2011 21:35:41 +0000 (13:35 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 22 Feb 2011 21:35:41 +0000 (13:35 -0800)
commitfb8736cdf139af178bd3b69e9d0e78fc799c3271
tree6be22856e167aaa7ee049df25c425433506efeb6
parent2f4835a34b3e1fcc89c55fc6242f6145bb2d39dd
Check for EOF in the kqueue-based IOLoop to avoid incorrectly calling
the connect callback when the connection was refused.

Closes #223.
tornado/ioloop.py
tornado/test/iostream_test.py