mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix large stderr handling without http cache
patch by Maxim Dounin the bug has been introduced in r3461
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user