diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-06-30 12:17:52 +0000 |
|---|---|---|
| committer | Jonathan Kolb <jon@b0g.us> | 2006-06-30 12:17:52 +0000 |
| commit | b62a11167371bf1dc1043495eda98b52c3e03fdd (patch) | |
| tree | 97b6e7cf7c1253050ad8c110cc428dd441c898d0 /src/http/ngx_http_upstream.c | |
| parent | f54820ceaff145885e2b51690cd037f85748ddba (diff) | |
| download | nginx-b62a11167371bf1dc1043495eda98b52c3e03fdd.tar.gz | |
Changes with nginx 0.3.51 30 Jun 2006v0.3.51
*) Bugfix: the "<" symbols might disappeared some conditions in the
SSI; bug appeared in 0.3.50.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
| -rw-r--r-- | src/http/ngx_http_upstream.c | 1 |
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; } } |
