Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
third_party
/
web_platform_tests
/
websockets
/
handlers
/
echo-query_wsh.py
blob: 8fd7ac36b2ad17c1e8a595bcf0a29de336da9e24 [
file
] [
log
] [
blame
]
#!/usr/bin/python
from
mod_pywebsocket
import
msgutil
,
util
def
web_socket_do_extra_handshake
(
request
):
pass
# Always accept.
def
web_socket_transfer_data
(
request
):
msgutil
.
send_message
(
request
,
request
.
unparsed_uri
.
split
(
'?'
,
1
)[
1
]
or
''
)