Searched refs:NGX_HTTP_CONNECTION_KEEP_ALIVE (Results 1 – 3 of 3) sorted by relevance
46 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2 macro
1800 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()
828 case NGX_HTTP_CONNECTION_KEEP_ALIVE: in ngx_http_handler()