request_body_in_single_buf 1420 http/ngx_http_core_module.c r->request_body_in_single_buf = clcf->client_body_in_single_buffer; request_body_in_single_buf 455 http/ngx_http_request.h unsigned request_body_in_single_buf:1; request_body_in_single_buf 193 http/ngx_http_request_body.c if (r->request_body_in_single_buf) { request_body_in_single_buf 217 http/ngx_http_request_body.c if (b && r->request_body_in_single_buf) { request_body_in_single_buf 227 http/ngx_http_request_body.c if (r->request_body_in_file_only || r->request_body_in_single_buf) {