https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b7f7c26c794bb62b5c70ff619b3fa9df9e2550e9 authored by Suneel Kota on 31 August 2018, 12:26:43 UTC
Modify containing block logical height for positioned in
Tip revision: b7f7c26
handshake_sleep_2_wsh.py
#!/usr/bin/python

from mod_pywebsocket import msgutil
import time

def web_socket_do_extra_handshake(request):
    time.sleep(2)

def web_socket_transfer_data(request):
    pass
back to top