Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c16 static ngx_int_t ngx_http_send_special_response(ngx_http_request_t *r,
523 return ngx_http_send_special_response(r, clcf, err); in ngx_http_special_response_handler()
655 return ngx_http_send_special_response(r, clcf, r->err_status in ngx_http_send_error_page()
662 ngx_http_send_special_response(ngx_http_request_t *r, in ngx_http_send_special_response() function