Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h133 #define NGX_HTTP_CLIENT_CLOSED_REQUEST 499 macro
H A Dngx_http_upstream.c1342 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1374 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1384 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1427 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1437 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1490 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
1499 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_check_broken_connection()
4208 NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_upstream_next()
4427 || rc == NGX_HTTP_CLIENT_CLOSED_REQUEST) in ngx_http_upstream_finalize_request()
H A Dngx_http_request.c2447 || rc == NGX_HTTP_CLIENT_CLOSED_REQUEST in ngx_http_finalize_request()
2987 ngx_http_finalize_request(r, NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_test_reading()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c4166 ngx_http_finalize_request(r, NGX_HTTP_CLIENT_CLOSED_REQUEST); in ngx_http_v2_read_client_request_body_handler()