mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 04:39:05 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue