summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/file_about_networking_wsh.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/file_about_networking_wsh.py')
-rw-r--r--toolkit/content/tests/chrome/file_about_networking_wsh.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolkit/content/tests/chrome/file_about_networking_wsh.py b/toolkit/content/tests/chrome/file_about_networking_wsh.py
deleted file mode 100644
index 17ad250e5..000000000
--- a/toolkit/content/tests/chrome/file_about_networking_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):
- while not request.client_terminated:
- msgutil.receive_message(request)
-