]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use request.uri instead of request.path in websocket handshake.
authorBen Darnell <ben@bendarnell.com>
Tue, 25 Jan 2011 20:15:37 +0000 (12:15 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 25 Jan 2011 20:15:37 +0000 (12:15 -0800)
commit0687800b5eb5b1d558a4bbceb6347a0b3693ba98
tree56e25ead8500e7472c0b1f7e90b6ba10b37aa0d2
parentb733c91f128ec1a0ffe6b45c446c17ba8d746a83
Use request.uri instead of request.path in websocket handshake.

Closes #208.
tornado/websocket.py