]> git.ipfire.org Git - thirdparty/tornado.git/commit
http1connection: Un-deprecate set_close_callback
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Apr 2018 20:46:49 +0000 (16:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Apr 2018 21:11:10 +0000 (17:11 -0400)
commiteef32e2544355d3198f8c8c59b714d7d2de3cb7f
tree3fcfc82ab2cf49b48a075404e8b74fb2d33a92da
parent2b2a220a156721f7272f2439c7090901919091b3
http1connection: Un-deprecate set_close_callback

This method is not actually redundant with
HTTPMessageDelegate.on_connection_close (maybe there is a useful
refactoring that would make it so, but for now it's still useful)
tornado/http1connection.py