Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c197 r->reading_body = 1; in ngx_http_read_client_request_body()
222 r->reading_body = 0; in ngx_http_read_unbuffered_request_body()
237 r->reading_body = 0; in ngx_http_read_unbuffered_request_body()
H A Dngx_http_request.h529 unsigned reading_body:1; member
H A Dngx_http_upstream.c2188 if (rc == NGX_OK && !r->reading_body) { in ngx_http_upstream_send_request_body()
2193 if (r->reading_body) { in ngx_http_upstream_send_request_body()
2216 if (!r->reading_body) { in ngx_http_upstream_send_request_body()
H A Dngx_http_variables.c1177 } else if (r->reading_body) { in ngx_http_variable_content_length()
H A Dngx_http_request.c2710 if (r->reading_body) { in ngx_http_finalize_connection()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c1274 } else if (r->headers_in.chunked && r->reading_body) { in ngx_http_proxy_create_request()