Searched refs:reading_body (Results 1 – 6 of 6) sorted by relevance
197 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()
529 unsigned reading_body:1; member
2188 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()
1177 } else if (r->reading_body) { in ngx_http_variable_content_length()
2710 if (r->reading_body) { in ngx_http_finalize_connection()
1274 } else if (r->headers_in.chunked && r->reading_body) { in ngx_http_proxy_create_request()