summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-06-30 12:19:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-06-30 12:19:32 +0000
commite240762c6cc6600025a35b78aab4ef739906598b (patch)
treec74ac9ed40a3aab5d876067d950103080e0f8c9f /src/http/ngx_http_upstream.c
parentac0e7bc27fc575820b0b0b338b822ea2752a29d3 (diff)
downloadnginx-release-0.3.51.tar.gz
nginx-release-0.3.51.tar.bz2
nginx-0.3.51-RELEASE importrelease-0.3.51
*) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index cf9d27b70..a8c557a6e 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -1273,6 +1273,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)
if (clf->fd == r->request_body->temp_file->file.fd) {
cl->handler(clf);
cl->handler = NULL;
+ r->request_body->temp_file->file.fd = NGX_INVALID_FILE;
break;
}
}