Home
last modified time | relevance | path

Searched refs:websocket_accept (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python_asgi_websocket.c210 static const nxt_str_t websocket_accept = nxt_string("websocket.accept"); in nxt_py_asgi_websocket_send() local
229 if (type_len == (Py_ssize_t) websocket_accept.length in nxt_py_asgi_websocket_send()
230 && memcmp(type_str, websocket_accept.start, type_len) == 0) in nxt_py_asgi_websocket_send()