comparison src/imap/ngx_imap.h @ 136:3656228c0b56 NGINX_0_3_15

nginx 0.3.15 *) Feature: the new 444 code of the "return" directive to close connection. *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy. *) Bugfix: if there are unclosed connection nginx now calls abort() only on gracefull quit and active "debug_points" directive.
author Igor Sysoev <http://sysoev.ru>
date Wed, 07 Dec 2005 00:00:00 +0300
parents 91372f004adf
children 3689cd4e3228
comparison
equal deleted inserted replaced
135:c1ac76c0e9df 136:3656228c0b56
37 ngx_msec_t timeout; 37 ngx_msec_t timeout;
38 38
39 size_t imap_client_buffer_size; 39 size_t imap_client_buffer_size;
40 40
41 ngx_uint_t protocol; 41 ngx_uint_t protocol;
42
43 ngx_flag_t so_keepalive;
42 44
43 ngx_str_t pop3_capability; 45 ngx_str_t pop3_capability;
44 ngx_str_t pop3_starttls_capability; 46 ngx_str_t pop3_starttls_capability;
45 ngx_str_t imap_capability; 47 ngx_str_t imap_capability;
46 ngx_str_t imap_starttls_capability; 48 ngx_str_t imap_starttls_capability;