mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix large stderr handling without http cache
patch by Maxim Dounin the bug has been introduced in r3461
This commit is contained in:
parent
25a3da354a
commit
8e8251a317
@ -1280,8 +1280,9 @@ ngx_http_fastcgi_process_header(ngx_http_request_t *r)
|
|||||||
} else {
|
} else {
|
||||||
u->buffer.pos = u->buffer.start;
|
u->buffer.pos = u->buffer.start;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
u->buffer.pos = u->buffer.start;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
u->buffer.last = u->buffer.pos;
|
u->buffer.last = u->buffer.pos;
|
||||||
f->large_stderr = 1;
|
f->large_stderr = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user