Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h138 #define NGX_HTTP_BAD_GATEWAY 502 macro
H A Dngx_http_upstream.c759 ngx_http_upstream_finalize_request(r, u, NGX_HTTP_BAD_GATEWAY); in ngx_http_upstream_init_request()
1210 ngx_http_upstream_finalize_request(r, u, NGX_HTTP_BAD_GATEWAY); in ngx_http_upstream_resolve_handler()
3610 NGX_HTTP_BAD_GATEWAY); in ngx_http_upstream_process_non_buffered_request()
3616 NGX_HTTP_BAD_GATEWAY); in ngx_http_upstream_process_non_buffered_request()
4026 ngx_http_upstream_finalize_request(r, u, NGX_HTTP_BAD_GATEWAY); in ngx_http_upstream_process_request()
4203 status = NGX_HTTP_BAD_GATEWAY; in ngx_http_upstream_next()
4400 if (rc == NGX_HTTP_BAD_GATEWAY || rc == NGX_HTTP_GATEWAY_TIME_OUT) { in ngx_http_upstream_finalize_request()