]> git.ipfire.org Git - thirdparty/tornado.git/commit
In the select()-based IOLoop, always listen for reads so we can tell
authorBen Darnell <ben@bendarnell.com>
Mon, 27 Sep 2010 21:08:56 +0000 (14:08 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 27 Sep 2010 21:10:32 +0000 (14:10 -0700)
commit1221865747ecfde69a0463b9a0d77b3c5b87f320
tree32f9b3d17d180bc304d3ccb6582a6c43af328731
parent8300c7ff93227a8cb3ef93b8b2cf8931949beb1c
In the select()-based IOLoop, always listen for reads so we can tell
when the other side closed the connection.

Closes #37.
tornado/ioloop.py
tornado/test/web_test.py
tornado/web.py