]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket: WebSocketHandler.on_message allows coroutines 1909/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Mon, 9 Jan 2017 02:43:42 +0000 (21:43 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sun, 26 Feb 2017 16:22:23 +0000 (11:22 -0500)
commitb343f6ece814aa7301558405e794c54e3202a011
tree0abea16b90db40e083bd9a2b4cfe5adabcde3798
parente15dbaa53fa21e31cbda9a6b5e53b795b9919496
websocket: WebSocketHandler.on_message allows coroutines

Fixes #1650
tornado/test/websocket_test.py
tornado/websocket.py