comparison src/http/modules/ngx_http_limit_zone_module.c @ 328:390b8f8309d6 NGINX_0_6_8

nginx 0.6.8 *) Change: now nginx tries to set the "worker_priority", "worker_rlimit_nofile", "worker_rlimit_core", and "worker_rlimit_sigpending" without super-user privileges. *) Change: now nginx escapes space and "%" in request to a mail proxy authentication server. *) Change: now nginx escapes "%" in $memcached_key variable. *) Bugfix: nginx used path relative to configuration prefix for non-absolute configuration file path specified in the "-c" key; bug appeared in 0.6.6. *) Bugfix: nginx did not work on FreeBSD/sparc64.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Aug 2007 00:00:00 +0400
parents c5c2b2883984
children b743d290eb3b
comparison
equal deleted inserted replaced
327:be18d26e067c 328:390b8f8309d6
139 } 139 }
140 140
141 if (len > 255) { 141 if (len > 255) {
142 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 142 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
143 "the value of the \"%V\" variable " 143 "the value of the \"%V\" variable "
144 "is more than 255 bytes: \"%V\"", 144 "is more than 255 bytes: \"%v\"",
145 &ctx->var, vv); 145 &ctx->var, vv);
146 return NGX_DECLINED; 146 return NGX_DECLINED;
147 } 147 }
148 148
149 r->main->limit_zone_set = 1; 149 r->main->limit_zone_set = 1;