Files
palemoon27/testing/web-platform/tests/websockets/handlers/invalid_wsh.py
T

10 lines
201 B
Python
Executable File

#!/usr/bin/python
from mod_pywebsocket import msgutil
def web_socket_do_extra_handshake(request):
request.connection.write("FOO BAR BAZ\r\n\r\n")
def web_socket_transfer_data(request):
pass