comparison src/http/ngx_http_upstream.h @ 7371:8b68d50090e4

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.
author Vladimir Homutov <vl@nginx.com>
date Wed, 03 Oct 2018 14:08:51 +0300
parents a7ed15573ae9
children e8bdd322d7a6
comparison
equal deleted inserted replaced
7370:aa1c9f846567 7371:8b68d50090e4
186 ngx_hash_t hide_headers_hash; 186 ngx_hash_t hide_headers_hash;
187 ngx_array_t *hide_headers; 187 ngx_array_t *hide_headers;
188 ngx_array_t *pass_headers; 188 ngx_array_t *pass_headers;
189 189
190 ngx_http_upstream_local_t *local; 190 ngx_http_upstream_local_t *local;
191 ngx_flag_t socket_keepalive;
191 192
192 #if (NGX_HTTP_CACHE) 193 #if (NGX_HTTP_CACHE)
193 ngx_shm_zone_t *cache_zone; 194 ngx_shm_zone_t *cache_zone;
194 ngx_http_complex_value_t *cache_value; 195 ngx_http_complex_value_t *cache_value;
195 196