]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket: Move periodic pings from handler to protocol
authorBen Darnell <ben@bendarnell.com>
Tue, 21 Feb 2017 00:22:05 +0000 (19:22 -0500)
committerBen Darnell <ben@bendarnell.com>
Tue, 21 Feb 2017 00:22:05 +0000 (19:22 -0500)
commit2a157f41480f29131983758a61fb988c33443399
tree278ce3b544f5ac9e45ae3f2e4bf766dbd116660a
parent078a4d1f510844de7d090fca33054897e79fe961
websocket: Move periodic pings from handler to protocol

Add a basic test.
tornado/test/websocket_test.py
tornado/websocket.py