diff options
Diffstat (limited to 'testing/web-platform/tests/websockets/handlers/invalid_wsh.py')
-rwxr-xr-x | testing/web-platform/tests/websockets/handlers/invalid_wsh.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/web-platform/tests/websockets/handlers/invalid_wsh.py b/testing/web-platform/tests/websockets/handlers/invalid_wsh.py deleted file mode 100755 index 886e970b8..000000000 --- a/testing/web-platform/tests/websockets/handlers/invalid_wsh.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |