Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
third_party
/
web_platform_tests
/
websockets
/
handlers
/
invalid_wsh.py
blob: 886e970b8dc824f9892827a24de1ff4c8f492ce7 [
file
] [
log
] [
blame
]
#!/usr/bin/python
from
mod_pywebsocket
import
msgutil
def
web_socket_do_extra_handshake
(
request
):
request
.
connection
.
write
(
"FOO BAR BAZ\r\n\r\n"
)
def
web_socket_transfer_data
(
request
):
pass