comparison src/mail/ngx_mail.h @ 6141:bf1655ae9a1c

Removed the deprecated "so_keepalive" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 29 Apr 2015 13:53:08 +0300
parents fc99323a3d79
children f61049c80458
comparison
equal deleted inserted replaced
6140:2911b7e5491b 6141:bf1655ae9a1c
128 typedef struct { 128 typedef struct {
129 ngx_mail_protocol_t *protocol; 129 ngx_mail_protocol_t *protocol;
130 130
131 ngx_msec_t timeout; 131 ngx_msec_t timeout;
132 ngx_msec_t resolver_timeout; 132 ngx_msec_t resolver_timeout;
133
134 ngx_flag_t so_keepalive;
135 133
136 ngx_str_t server_name; 134 ngx_str_t server_name;
137 135
138 u_char *file_name; 136 u_char *file_name;
139 ngx_int_t line; 137 ngx_int_t line;