comparison src/http/modules/ngx_http_sub_filter_module.c @ 372:6639b93e81b2 NGINX_0_6_30

nginx 0.6.30 *) Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error. *) Feature: now the time in directives may be specified without spaces, for example, "1h50m". *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent. *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: the "error_page" directive did not take into account arguments in redirected URI. *) Bugfix: now nginx always opens files in binary mode under Cygwin. *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 Apr 2008 00:00:00 +0400
parents 10cc350ed8a1
children 984bb0b1399b
comparison
equal deleted inserted replaced
371:b6a2a305fdad 372:6639b93e81b2
588 ctx->saved = 0; 588 ctx->saved = 0;
589 } 589 }
590 590
591 ctx->state = sub_start_state; 591 ctx->state = sub_start_state;
592 ctx->pos = p + 1; 592 ctx->pos = p + 1;
593 ctx->looked = looked; 593 ctx->looked = 0;
594 ctx->copy_end = copy_end; 594 ctx->copy_end = copy_end;
595 595
596 if (ctx->copy_start == NULL && copy_end) { 596 if (ctx->copy_start == NULL && copy_end) {
597 ctx->copy_start = ctx->buf->pos; 597 ctx->copy_start = ctx->buf->pos;
598 } 598 }