Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_router.h188 size_t body_buffer_size; member
H A Dnxt_h1proto.c853 size_t size, body_length, body_buffer_size, body_rest; in nxt_h1p_request_body_read() local
889 body_buffer_size = nxt_min(r->conf->socket_conf->body_buffer_size, in nxt_h1p_request_body_read()
892 if (body_length > body_buffer_size) { in nxt_h1p_request_body_read()
898 body_buffer_size + sizeof(nxt_file_t) in nxt_h1p_request_body_read()
906 b = nxt_buf_mem_alloc(r->mem_pool, body_buffer_size, 0); in nxt_h1p_request_body_read()
916 if (body_length > body_buffer_size) { in nxt_h1p_request_body_read()
966 size = nxt_min(body_buffer_size, size); in nxt_h1p_request_body_read()
H A Dnxt_router.c1520 offsetof(nxt_socket_conf_t, body_buffer_size),
1977 skcf->body_buffer_size = 16 * 1024; in nxt_router_conf_create()