]> git.ipfire.org Git - thirdparty/tornado.git/commit
Improve websocket conformance as reported by autobahn.
authorBen Darnell <ben@bendarnell.com>
Fri, 30 Dec 2011 20:54:36 +0000 (12:54 -0800)
committerBen Darnell <ben@bendarnell.com>
Fri, 30 Dec 2011 20:54:36 +0000 (12:54 -0800)
commit9f32af1770a2b757d1780bb25e654d58f2b1f9ec
treebf9e2e3397d205a2e34ad51f464f0bfe50dacb64
parent34b59827c9264ff43661ee3e3aa8f137405cd5c5
Improve websocket conformance as reported by autobahn.

Of note:
* It's now possible to send binary frames (auto-switched based on
  whether the argument to write_message is bytes or unicode)
* Invalid utf8 in text frames is now an error
* Lots of fragmentation-related improvements
tornado/websocket.py