Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_http.c72 static Py_ssize_t nxt_py_asgi_http_body_buf_size = 32 * 1024 * 1024; variable
175 if (size > nxt_py_asgi_http_body_buf_size) { in nxt_py_asgi_http_read_msg()
176 size = nxt_py_asgi_http_body_buf_size; in nxt_py_asgi_http_read_msg()