comparison src/imap/ngx_imap_auth_http_module.c @ 559:c1f965ef9718 release-0.3.1

nginx-0.3.1-RELEASE import *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; the bug had appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Oct 2005 12:59:41 +0000
parents 7bd37aef1e7e
children 1af2fcb3be8a
comparison
equal deleted inserted replaced
558:96a964d17328 559:c1f965ef9718
1120 1120
1121 ahcf->host_header = inet_upstream.host_header; 1121 ahcf->host_header = inet_upstream.host_header;
1122 ahcf->uri = inet_upstream.uri; 1122 ahcf->uri = inet_upstream.uri;
1123 } 1123 }
1124 1124
1125 if (ahcf->uri.len) { 1125 if (ahcf->uri.len == 0) {
1126 ahcf->uri.len = sizeof("/") - 1; 1126 ahcf->uri.len = sizeof("/") - 1;
1127 ahcf->uri.data = (u_char *) "/"; 1127 ahcf->uri.data = (u_char *) "/";
1128 } 1128 }
1129 1129
1130 return NGX_CONF_OK; 1130 return NGX_CONF_OK;