Index: LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py |
deleted file mode 100644 |
index a016e77d26c1432bd9fa9b72d98ae3fd7d2ff916..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-from mod_pywebsocket import common |
-from mod_pywebsocket import msgutil |
-from mod_pywebsocket import stream |
- |
- |
-def web_socket_do_extra_handshake(request): |
- pass |
- |
- |
-def web_socket_transfer_data(request): |
- # Fragmented control frame is prohibited. The client must abort the connection. |
- request.connection.write(stream.create_text_frame('This message should be ignored.', opcode=common.OPCODE_PING, fin=0)) |