]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't try to run HTTPConnection._close_callback if it is None.
authorBen Darnell <ben@bendarnell.com>
Wed, 24 Apr 2013 03:17:24 +0000 (23:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 24 Apr 2013 03:17:24 +0000 (23:17 -0400)
commit549168518f3d24c6cbf65499d2734e321e306401
tree968269d5ae2eeb765368618271e38692c778548f
parent1a3eb799089c4fddd1e56b955204d6f162559aac
Don't try to run HTTPConnection._close_callback if it is None.

This was the case for WSGIContainer.

Closes #751.
tornado/httpserver.py