| Index: LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py
|
| deleted file mode 100644
|
| index aa04d0467fc6ded151236e7aa12095944487c301..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -from mod_pywebsocket import msgutil
|
| -
|
| -
|
| -def web_socket_do_extra_handshake(request):
|
| - pass
|
| -
|
| -
|
| -def web_socket_transfer_data(request):
|
| - msgutil.send_message(request, request.headers_in['Sec-WebSocket-Key'])
|
|
|