Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_websocket.c24 NXT_WS_DISCONNECTED, enumerator
189 if (nxt_slow_path(ws->state == NXT_WS_DISCONNECTED)) { in nxt_py_asgi_websocket_receive()
275 case NXT_WS_DISCONNECTED: in nxt_py_asgi_websocket_accept()
370 if (nxt_slow_path(ws->state == NXT_WS_DISCONNECTED)) { in nxt_py_asgi_websocket_close()
435 if (nxt_slow_path(ws->state == NXT_WS_DISCONNECTED)) { in nxt_py_asgi_websocket_send_frame()
988 ws->state = NXT_WS_DISCONNECTED; in nxt_py_asgi_websocket_close_handler()