# HG changeset patch # User Igor Sysoev # Date 1295526180 0 # Node ID ca7b9caa20e56164fb6459ebd5fa715da1b6db9a # Parent d96c07f729cc4741f1f0f40496e8fc4ff64ec489 fix large stderr handling without http cache patch by Maxim Dounin the bug has been introduced in r3461 diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c --- a/src/http/modules/ngx_http_fastcgi_module.c +++ b/src/http/modules/ngx_http_fastcgi_module.c @@ -1280,8 +1280,9 @@ ngx_http_fastcgi_process_header(ngx_http } else { u->buffer.pos = u->buffer.start; } +#else + u->buffer.pos = u->buffer.start; #endif - u->buffer.last = u->buffer.pos; f->large_stderr = 1; }