]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use a AND instead of an OR to determine if the bits are set on the event 389/head
authorDavid Koblas <koblas@extra.com>
Tue, 25 Oct 2011 22:24:41 +0000 (15:24 -0700)
committerDavid Koblas <koblas@extra.com>
Tue, 25 Oct 2011 22:24:41 +0000 (15:24 -0700)
commit066a0c38fb819419b8422980b61a0fd2f6ee4739
tree2d300a73902e90cf216f134f5c50ca267a0c2643
parent326523bebae53c068c80d6b5f3a84db937820a75
Use a AND instead of an OR to determine if the bits are set on the event
mask.  Also, handle some basic error cases in the event bits and twisted
callback.
tornado/platform/twisted.py