Searched refs:discard_body (Results 1 – 4 of 4) sorted by relevance
43 if (r != r->main || r->request_body || r->discard_body) { in ngx_http_read_client_request_body()517 if (r != r->main || r->discard_body || r->request_body) { in ngx_http_discard_request_body()578 r->discard_body = 1; in ngx_http_discard_request_body()607 r->discard_body = 0; in ngx_http_discarded_request_body_handler()620 r->discard_body = 0; in ngx_http_discarded_request_body_handler()
528 unsigned discard_body:1; member
2694 if (r->discard_body) { in ngx_http_finalize_connection()2746 r->read_event_handler = r->discard_body ? in ngx_http_set_write_handler()3009 if (r->discard_body) { in ngx_http_set_keepalive()
978 && !r->discard_body in ngx_http_core_find_config_phase()2373 sr->discard_body = r->discard_body; in ngx_http_subrequest()