comparison src/http/modules/ngx_http_ssi_filter_module.c @ 208:b12b3b1a9426 NGINX_0_3_51

nginx 0.3.51 *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; bug appeared in 0.3.50.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Jun 2006 00:00:00 +0400
parents 3866d57d9cfd
children fa32d59d9a15
comparison
equal deleted inserted replaced
207:7169c2fc12f5 208:b12b3b1a9426
940 break; 940 break;
941 941
942 case ssi_sharp_state: 942 case ssi_sharp_state:
943 switch (ch) { 943 switch (ch) {
944 case '#': 944 case '#':
945 ctx->saved = 0; 945 if (p - ctx->pos < 4) {
946 ctx->saved = 0;
947 }
946 looked = 0; 948 looked = 0;
947 state = ssi_precommand_state; 949 state = ssi_precommand_state;
948 break; 950 break;
949 951
950 case '<': 952 case '<':