comparison src/mail/ngx_mail_parse.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 d16d691432c9
children 1c519aff5c0c
comparison
equal deleted inserted replaced
327:be18d26e067c 328:390b8f8309d6
432 goto invalid; 432 goto invalid;
433 } 433 }
434 break; 434 break;
435 435
436 case sw_argument: 436 case sw_argument:
437 if (ch == ' ' && s->quoted) {
438 break;
439 }
440
437 switch (ch) { 441 switch (ch) {
438 case '"': 442 case '"':
439 if (!s->quoted) { 443 if (!s->quoted) {
440 break; 444 break;
441 } 445 }