Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_websocket_header.h61 NXT_WEBSOCKET_CR_MESSAGE_TOO_BIG = 1009, enumerator
H A Dnxt_h1proto_websocket.c45 NXT_WEBSOCKET_CR_MESSAGE_TOO_BIG,
/unit/src/python/
H A Dnxt_python_asgi_websocket.c597 status_code = htons(NXT_WEBSOCKET_CR_MESSAGE_TOO_BIG); in nxt_py_asgi_websocket_handler()