]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix TwistedIOLoop on epoll.
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 23:59:36 +0000 (16:59 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 23:59:36 +0000 (16:59 -0700)
commitc04005b7ba52103ab2287fa0c7b92fee1f82ea25
tree82eb6a7d6e4978e3e83c074f4c89ba48c96dc890
parent3654790fcb687c8487f6fc40cfac863734ded5e6
Fix TwistedIOLoop on epoll.

Twisted's removeAll doesn't like it if a socket is closed without being
unregistered.  EPoll generates events slightly differently so be more
careful about doubled connectionLost events.
maint/vm/ubuntu12.04/tox.ini
tornado/platform/twisted.py
tornado/test/httpclient_test.py
tornado/test/ioloop_test.py
tornado/test/process_test.py