summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/file_about_networking_wsh.py
blob: 17ad250e561b07461b7e237cf21a5cb4b01a8137 (plain)
1
2
3
4
5
6
7
8
9
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)