Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_websocket.c97 static uint64_t nxt_py_asgi_ws_max_frame_size = 1024 * 1024; variable
522 rest = nxt_py_asgi_ws_max_frame_size - ws->pending_frame_len; in nxt_py_asgi_websocket_handler()