]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket: Refactor implementation to use coroutines
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Apr 2018 03:31:49 +0000 (23:31 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 23 Apr 2018 13:08:26 +0000 (09:08 -0400)
commit4635a34049f25ef3c2dd71d50164e67d0b68c7d8
tree10077d4fd4168e601012649f102c869e97daf641
parent172557e49da244a67bc7bfe1438bde5ddbc0f30a
websocket: Refactor implementation to use coroutines

This avoids the deprecated IOStream interfaces and simplifies things a
bit.
tornado/websocket.py