]> git.kaiwu.me - nginx.git/commit
Upstream: proxy_socket_keepalive and friends.
authorVladimir Homutov <vl@nginx.com>
Wed, 3 Oct 2018 11:08:51 +0000 (14:08 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 3 Oct 2018 11:08:51 +0000 (14:08 +0300)
commit1305b8414d22610b0820f6df5841418bf98fc370
tree321727a890c175f7238b6b12662561b9fd44533e
parentae1e6e5ec00bf87a0db446b06a1e864b4df59b20
Upstream: proxy_socket_keepalive and friends.

The directives enable the use of the SO_KEEPALIVE option on
upstream connections.  By default, the value is left unchanged.
src/event/ngx_event_connect.c
src/event/ngx_event_connect.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_grpc_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/stream/ngx_stream_proxy_module.c