tenfourfox/toolkit/content/tests/chrome/file_about_networking_wsh.py
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
201 B
Python

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)