comparison src/http/modules/ngx_http_ssi_filter_module.c @ 1262:827ab2d114b5 stable-0.5

r1261 merge: if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved and if it was not reset, then any '#' was treated as SSI command start
author Igor Sysoev <igor@sysoev.ru>
date Sun, 17 Jun 2007 18:52:06 +0000
parents 99c56c0f514e
children 58691d40829f
comparison
equal deleted inserted replaced
1251:bc43fac18fc3 1262:827ab2d114b5
1018 } 1018 }
1019 1019
1020 ch = *p; 1020 ch = *p;
1021 } 1021 }
1022 1022
1023 ctx->state = state;
1023 ctx->pos = p; 1024 ctx->pos = p;
1024 ctx->looked = looked; 1025 ctx->looked = looked;
1025 ctx->copy_end = p; 1026 ctx->copy_end = p;
1026 1027
1027 if (ctx->copy_start == NULL) { 1028 if (ctx->copy_start == NULL) {