comparison src/http/modules/ngx_http_split_clients_module.c @ 578:bc110f60c0de NGINX_0_8_41

nginx 0.8.41 *) Security: nginx/Windows worker might be terminated abnormally if a requested file name has invalid UTF-8 encoding. *) Change: now nginx allows to use spaces in a request line. *) Bugfix: the "proxy_redirect" directive changed incorrectly a backend "Refresh" response header line. Thanks to Andrey Andreew and Max Sogin. *) Bugfix: nginx did not support path without host name in "Destination" request header line.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Jun 2010 00:00:00 +0400
parents 8246d8a2c2be
children
comparison
equal deleted inserted replaced
577:dd4c3325a56f 578:bc110f60c0de
161 161
162 rv = ngx_conf_parse(cf, NULL); 162 rv = ngx_conf_parse(cf, NULL);
163 163
164 *cf = save; 164 *cf = save;
165 165
166 if (rv != NGX_CONF_OK) {
167 return rv;
168 }
169
166 sum = 0; 170 sum = 0;
167 last = 0; 171 last = 0;
168 part = ctx->parts.elts; 172 part = ctx->parts.elts;
169 173
170 for (i = 0; i < ctx->parts.nelts; i++) { 174 for (i = 0; i < ctx->parts.nelts; i++) {