Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h46 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2 macro
H A Dngx_http_request.c1800 r->headers_in.connection_type = NGX_HTTP_CONNECTION_KEEP_ALIVE; in ngx_http_process_connection()
1967 if (r->headers_in.connection_type == NGX_HTTP_CONNECTION_KEEP_ALIVE) { in ngx_http_process_request_header()
H A Dngx_http_core_module.c828 case NGX_HTTP_CONNECTION_KEEP_ALIVE: in ngx_http_handler()