Home
last modified time | relevance | path

Searched refs:discard_body (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c43 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()
H A Dngx_http_request.h528 unsigned discard_body:1; member
H A Dngx_http_request.c2694 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()
H A Dngx_http_core_module.c978 && !r->discard_body in ngx_http_core_find_config_phase()
2373 sr->discard_body = r->discard_body; in ngx_http_subrequest()