comparison src/mail/ngx_mail.h @ 354:583decdb82a4 NGINX_0_6_21

nginx 0.6.21 *) Change: if variable values used in a "proxy_pass" directive contain IP-addresses only, then a "resolver" directive is not mandatory. resolver *) Bugfix: a segmentation fault might occur in worker process if a "proxy_pass" directive with URI-part was used; bug appeared in 0.6.19. *) Bugfix: if resolver was used on platform that does not support kqueue, then nginx issued an alert "name is out of response". Thanks to Andrei Nigmatulin. *) Bugfix: if the $server_protocol was used in FastCGI parameters and a request line length was near to the "client_header_buffer_size" directive value, then nginx issued an alert "fastcgi: the request record is too big". *) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS server, then nginx returned usual response.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Dec 2007 00:00:00 +0300
parents 1c519aff5c0c
children babd3d9efb62
comparison
equal deleted inserted replaced
353:4a470d9e2ea5 354:583decdb82a4
100 ngx_pop3_passwd, 100 ngx_pop3_passwd,
101 ngx_pop3_auth_login_username, 101 ngx_pop3_auth_login_username,
102 ngx_pop3_auth_login_password, 102 ngx_pop3_auth_login_password,
103 ngx_pop3_auth_plain, 103 ngx_pop3_auth_plain,
104 ngx_pop3_auth_cram_md5 104 ngx_pop3_auth_cram_md5
105 } ngx_po3_state_e; 105 } ngx_pop3_state_e;
106 106
107 107
108 typedef enum { 108 typedef enum {
109 ngx_imap_start = 0, 109 ngx_imap_start = 0,
110 ngx_imap_auth_login_username, 110 ngx_imap_auth_login_username,