mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 13:09:01 +08:00
FastCGI: fixed start pointers in request buffers.
The start pointers are used in ngx_http_upstream_reinit() to reinit FastCGI requests.
This commit is contained in:
parent
a7798de9bd
commit
66876d0b09
@ -1129,6 +1129,7 @@ ngx_http_fastcgi_create_request(ngx_http_request_t *r)
|
||||
|
||||
} else {
|
||||
b->pos = pos;
|
||||
b->start = pos;
|
||||
pos += 32 * 1024;
|
||||
|
||||
if (pos >= body->buf->last) {
|
||||
|
Loading…
Reference in New Issue
Block a user