]> git.ipfire.org Git - thirdparty/tornado.git/commit
Properly check for errors on async connect instead of relying on the order
authorBen Darnell <ben@bendarnell.com>
Sat, 2 Jul 2011 20:08:03 +0000 (13:08 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 2 Jul 2011 20:08:03 +0000 (13:08 -0700)
commit39935ac5a3f4b8f9fe67a4e9ef992c6d065907ef
treec51e58e572622a539879b46d87489f53b7d35d06
parent6130ea63663a4f97efbf4afe0e34555f52f70ded
Properly check for errors on async connect instead of relying on the order
of events from the IOLoop.
tornado/iostream.py