Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
third_party
/
web_platform_tests
/
websockets
/
handlers
/
handshake_sleep_2_wsh.py
blob: 3367ed8f80fd6810fa5a29d8fa01da81bf5bee65 [
file
] [
log
] [
blame
]
#!/usr/bin/python
from
mod_pywebsocket
import
msgutil
import
time
def
web_socket_do_extra_handshake
(
request
):
time
.
sleep
(
2
)
def
web_socket_transfer_data
(
request
):
pass