Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h45 #define NGX_HTTP_CONNECTION_CLOSE 1 macro
H A Dngx_http_request.c1797 r->headers_in.connection_type = NGX_HTTP_CONNECTION_CLOSE; in ngx_http_process_connection()
H A Dngx_http_core_module.c824 case NGX_HTTP_CONNECTION_CLOSE: in ngx_http_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3106 r->headers_in.connection_type = NGX_HTTP_CONNECTION_CLOSE; in ngx_http_v2_create_stream()