comparison src/http/modules/ngx_http_ssi_filter_module.c @ 659:649c9063d0fd release-0.3.51

nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jun 2006 12:19:32 +0000
parents 400711951595
children 63a820b0bc6c
comparison
equal deleted inserted replaced
658:0de045bf51ad 659:649c9063d0fd
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 '<':