]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add on_connection_close to the HTTPMessageDelegate interface.
authorBen Darnell <ben@bendarnell.com>
Sat, 26 Apr 2014 17:06:15 +0000 (13:06 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 26 Apr 2014 17:06:15 +0000 (13:06 -0400)
commitfd00f9ca63c46de83e318258cb51a0cd7a8af688
treed88f5f85d7fe9410652cbac824166cdc7226d2ab
parent33370aa7fb618c9585cb756c5228bae94d8630ec
Add on_connection_close to the HTTPMessageDelegate interface.

This allows handlers to detect when the connection was closed during
the upload of the request body.
tornado/http1connection.py
tornado/httpserver.py
tornado/httputil.py
tornado/test/web_test.py
tornado/web.py