Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sub_filter bug?
On Mon, Oct 01, 2007 at 04:05:01PM +0400, dewil wrote:
> http://share.dewil.ru/tmp/error2_log.debug.txt
Прилагаемый патч должен помочь.
--
Игорь Сысоев
http://sysoev.ru
Index: src/http/modules/ngx_http_sub_filter_module.c
===================================================================
--- src/http/modules/ngx_http_sub_filter_module.c (revision 875)
+++ src/http/modules/ngx_http_sub_filter_module.c (working copy)
@@ -562,6 +562,7 @@
ch = ngx_tolower(ch);
}
+ ctx->state = state;
ctx->pos = p;
ctx->looked = looked;
ctx->copy_end = p;
|