comparison src/core/ngx_conf_file.c @ 582:c456a023113c NGINX_0_8_43

nginx 0.8.43 *) Feature: large geo ranges base loading speed-up. *) Bugfix: an error_page redirection to "location /zero { return 204; }" without changing status code kept the error body; the bug had appeared in 0.8.42. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin. *) Bugfix: the $uid_set variable may be used at any request processing stage.
author Igor Sysoev <http://sysoev.ru>
date Wed, 30 Jun 2010 00:00:00 +0400
parents 8246d8a2c2be
children b4dcae568a2a
comparison
equal deleted inserted replaced
581:22b2345b75d9 582:c456a023113c
669 need_space = 1; 669 need_space = 1;
670 found = 1; 670 found = 1;
671 } 671 }
672 672
673 } else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF 673 } else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF
674 || ch == ';' || ch == '{') { 674 || ch == ';' || ch == '{')
675 {
675 last_space = 1; 676 last_space = 1;
676 found = 1; 677 found = 1;
677 } 678 }
678 679
679 if (found) { 680 if (found) {