Index: LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py |
deleted file mode 100644 |
index a0698a335f7b2057ab2715a03a54f71af8c4077c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-def web_socket_do_extra_handshake(request): |
- pass |
- |
- |
-def web_socket_transfer_data(request): |
- # After this handler exits, pywebsocket initiates the closing handshake. |
- pass |