]> git.ipfire.org Git - thirdparty/tornado.git/commit
Handle the hybi-07 version of the WebSocket protocol with the 08 implementation.
authorFlorian Diebold <flodiebold@gmail.com>
Sun, 17 Jul 2011 20:15:21 +0000 (22:15 +0200)
committerFlorian Diebold <flodiebold@gmail.com>
Sun, 17 Jul 2011 20:15:21 +0000 (22:15 +0200)
commit9d41c834f6a3090f012e0c75ee9b9e93ff2dd822
tree320fddf77bc29257b995b8819010d582828dc9f4
parentb202daa6e67a89d096d9cf49038835e4ee8f14f3
Handle the hybi-07 version of the WebSocket protocol with the 08 implementation.

There don't seem to be any differences on the server side.
tornado/websocket.py