mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
r2464 merge:
fix fastcgi_store
This commit is contained in:
parent
341710a110
commit
794edbcaa5
1 changed files with 1 additions and 1 deletions
|
|
@ -2059,7 +2059,7 @@ ngx_http_upstream_process_body(ngx_event_t *ev)
|
|||
|
||||
tf = u->pipe->temp_file;
|
||||
|
||||
if (p->upstream_eof) {
|
||||
if (p->upstream_eof || p->upstream_done) {
|
||||
|
||||
if (u->headers_in.status_n == NGX_HTTP_OK
|
||||
&& (u->headers_in.content_length_n == -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue