Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h481 unsigned request_body_in_single_buf:1; member
H A Dngx_http_request_body.c168 if (r->request_body_in_single_buf) { in ngx_http_read_client_request_body()
H A Dngx_http_core_module.c1255 r->request_body_in_single_buf = clcf->client_body_in_single_buffer; in ngx_http_update_location_config()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs384 r->request_body_in_single_buf = 1;
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3009 *) Исправление: в директиве request_body_in_single_buf.
H A DCHANGES2950 *) Bugfix: in the "request_body_in_single_buf" directive.