]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Add RequestHandler.detach
authorBen Darnell <ben@bendarnell.com>
Fri, 27 Apr 2018 14:14:18 +0000 (10:14 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 27 Apr 2018 14:14:18 +0000 (10:14 -0400)
commit0200fc85b7b9eb0debd1a17c019a2164d32af6c6
tree28506a8e28c78562ce2341c42b1b71c15f99c290
parent527e6c3918000837f9ed097c0fb04fac297faa9f
web: Add RequestHandler.detach

This method eliminates the need to use the asynchronous decorator on
handlers that may call detach.
tornado/test/simple_httpclient_test.py
tornado/web.py
tornado/websocket.py