summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/websockets/handlers/invalid_wsh.py
blob: 4bfc3ce4e7752747c7e37bfacf6c21048a915b35 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

def web_socket_do_extra_handshake(request):
    request.connection.write(b"FOO BAR BAZ\r\n\r\n")


def web_socket_transfer_data(request):
    pass