comparison src/event/ngx_event_connect.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 e38e9c50a40e
children 570d8c626eea
comparison
equal deleted inserted replaced
7370:aa1c9f846567 7371:8b68d50090e4
60 60
61 ngx_log_t *log; 61 ngx_log_t *log;
62 62
63 unsigned cached:1; 63 unsigned cached:1;
64 unsigned transparent:1; 64 unsigned transparent:1;
65 unsigned so_keepalive:1;
65 66
66 /* ngx_connection_log_error_e */ 67 /* ngx_connection_log_error_e */
67 unsigned log_error:2; 68 unsigned log_error:2;
68 69
69 NGX_COMPAT_BEGIN(2) 70 NGX_COMPAT_BEGIN(2)