Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c66 static void ngx_http_upstream_keepalive_close(ngx_connection_t *c);
354 ngx_http_upstream_keepalive_close(item->connection); in ngx_http_upstream_free_keepalive_peer()
443 ngx_http_upstream_keepalive_close(c); in ngx_http_upstream_keepalive_close_handler()
451 ngx_http_upstream_keepalive_close(ngx_connection_t *c) in ngx_http_upstream_keepalive_close() function
461 c->ssl->handler = ngx_http_upstream_keepalive_close; in ngx_http_upstream_keepalive_close()