Home
last modified time | relevance | path

Searched refs:ws_protocol (Results 1 – 2 of 2) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_websocket.c263 static const nxt_str_t ws_protocol = nxt_string("sec-websocket-protocol"); in nxt_py_asgi_websocket_accept() local
307 calc_size_ctx.fields_size += ws_protocol.length + subprotocol_len; in nxt_py_asgi_websocket_accept()
336 (const char *) ws_protocol.start, in nxt_py_asgi_websocket_accept()
337 ws_protocol.length, in nxt_py_asgi_websocket_accept()
H A Dnxt_python_asgi.c650 static const nxt_str_t ws_protocol = nxt_string("sec-websocket-protocol"); in nxt_py_asgi_create_http_scope() local
782 && f->name_length == ws_protocol.length in nxt_py_asgi_create_http_scope()