fix large stderr handling without http cache

patch by Maxim Dounin
the bug has been introduced in r3461
This commit is contained in:
Igor Sysoev 2011-01-20 12:23:00 +00:00
parent 25a3da354a
commit 8e8251a317

View File

@ -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;
}