content/base/test/file_mixed_content_main_bug803225_websocket_wsh.py

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/file_mixed_content_main_bug803225_websocket_wsh.py	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +from mod_pywebsocket import msgutil
     1.5 +
     1.6 +def web_socket_do_extra_handshake(request):
     1.7 +  pass
     1.8 +
     1.9 +def web_socket_transfer_data(request):
    1.10 +  resp = ""

mercurial