Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
websockets
/
handlers
/
handshake_protocol_wsh.py
blob: 2ca20c052dbaad81d57fc16aed9f06e141a9606e [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/python
def
web_socket_do_extra_handshake
(
request
):
request
.
ws_protocol
=
'foobar'
def
web_socket_transfer_data
(
request
):
pass