blob: 2ca20c052dbaad81d57fc16aed9f06e141a9606e [file] [log] [blame]
#!/usr/bin/python
def web_socket_do_extra_handshake(request):
request.ws_protocol = 'foobar'
def web_socket_transfer_data(request):
pass