Home
last modified time | relevance | path

Searched refs:receive_exc_str (Results 1 – 1 of 1) sorted by last modified time

/unit/src/python/
H A Dnxt_python_asgi_websocket.c39 PyObject *receive_exc_str; member
124 ws->receive_exc_str = NULL; in nxt_py_asgi_websocket_create()
148 if (nxt_slow_path(ws->receive_exc_str != NULL)) { in nxt_py_asgi_websocket_receive()
149 PyErr_SetObject(PyExc_RuntimeError, ws->receive_exc_str); in nxt_py_asgi_websocket_receive()
151 ws->receive_exc_str = NULL; in nxt_py_asgi_websocket_receive()
577 ws->receive_exc_str = nxt_py_bad_state_str; in nxt_py_asgi_websocket_handler()
605 ws->receive_exc_str = nxt_py_message_too_big_str; in nxt_py_asgi_websocket_handler()