Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c505 } else if (error >= NGX_HTTP_NGINX_CODES in ngx_http_special_response_handler()
509 err = error - NGX_HTTP_NGINX_CODES + NGX_HTTP_OFF_5XX; in ngx_http_special_response_handler()
H A Dngx_http_request.h112 #define NGX_HTTP_NGINX_CODES 494 macro