Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-08-24 23:07:27 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-08-24 23:07:27 +0400
commit6d7332d02a043a92f2baf9bbe29949f3760a502c (patch)
tree957b97915a6a3099a244950e11d2329baeb5cf67 /src
parentd00b3654cefbd8077bf6e6177de015edc4f1d713 (diff)
nginx-0.0.10-2004-08-24-23:07:27 import
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/proxy/ngx_http_proxy_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_upstream.c b/src/http/modules/proxy/ngx_http_proxy_upstream.c
index e6f27a288..3599f0abd 100644
--- a/src/http/modules/proxy/ngx_http_proxy_upstream.c
+++ b/src/http/modules/proxy/ngx_http_proxy_upstream.c
@@ -623,7 +623,7 @@ static void ngx_http_proxy_connect(ngx_http_proxy_ctx_t *p)
}
output->free->buf = r->request_body->buf;
- output->free->buf = NULL;
+ output->free->next = NULL;
output->allocated = 1;
r->request_body->buf->pos = r->request_body->buf->start;