sub_filter bug?

Igor Sysoev is at rambler-co.ru
Mon Oct 1 20:24:42 MSD 2007


On Mon, Oct 01, 2007 at 04:05:01PM +0400, dewil wrote:

> http://share.dewil.ru/tmp/error2_log.debug.txt

Прилагаемый патч должен помочь.


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
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;


More information about the nginx-ru mailing list