From: Igor Sysoev Date: Thu, 20 Jan 2011 12:23:00 +0000 (+0000) Subject: fix large stderr handling without http cache X-Git-Tag: release-0.9.4~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=8e8251a317983b8337856c2bcbbe54d5bdb088e4;p=nginx.git 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 index 04b01fbab..12a1e81d8 100644 --- 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_request_t *r) } 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; }