comparison: toolkit/content/tests/chrome/file_about_networking_wsh.py
toolkit/content/tests/chrome/file_about_networking_wsh.py
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 from mod_pywebsocket import msgutil |
|
2 |
|
3 def web_socket_do_extra_handshake(request): |
|
4 pass |
|
5 |
|
6 def web_socket_transfer_data(request): |
|
7 while not request.client_terminated: |
|
8 msgutil.receive_message(request) |
|
9 |