Index: LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py |
deleted file mode 100644 |
index 53b6d810a037baca50c76fcecef079155c24ae08..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-from mod_pywebsocket import stream |
- |
- |
-def web_socket_do_extra_handshake(request): |
- pass # Always accept. |
- |
- |
-def web_socket_transfer_data(request): |
- # send 2 messages in one packet. |
- request.connection.write(stream.create_text_frame("first message") + stream.create_text_frame("second message")) |