]> git.ipfire.org Git - thirdparty/tornado.git/commit
Stop overriding _execute in WebSocketHandler; use get() instead.
authorBen Darnell <ben@bendarnell.com>
Mon, 17 Mar 2014 02:17:38 +0000 (22:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 17 Mar 2014 03:29:50 +0000 (23:29 -0400)
commitc8ce4517e3bde526106b48e0446f5758ff768fde
tree03c364e0517b2702b448bcbcec683334a1f11f93
parentadc7e4f17fa413370aacaedfef3130f74affb35b
Stop overriding _execute in WebSocketHandler; use get() instead.

Revise HTTP1Connection detach protocol.

As a side effect, this now decodes the arguments to open() in the same
way as the arguments to get().
maint/test/websocket/client.py
tornado/http1connection.py
tornado/websocket.py