Index: LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-just-close_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-just-close_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-just-close_wsh.py |
deleted file mode 100644 |
index 1850ed482630e9f590ddb7a75a3829e09e961bd3..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-just-close_wsh.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-from mod_pywebsocket import handshake |
- |
- |
-def web_socket_do_extra_handshake(request): |
- # Prevents pywebsocket from sending its own handshake message. |
- raise handshake.AbortedByUserException('Abort the connection') |
- |
- |
-def web_socket_transfer_data(request): |
- pass |