comparison src/http/modules/ngx_http_ssi_filter_module.c @ 312:d810822b7425 NGINX_0_5_26

nginx 0.5.26 *) Bugfix: in SSI parsing.
author Igor Sysoev <http://sysoev.ru>
date Sun, 17 Jun 2007 00:00:00 +0400
parents cba14c1e2a4b
children 8f0416b14242
comparison
equal deleted inserted replaced
311:fcb663e92663 312:d810822b7425
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) {