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