commit | 6d7332d02a043a92f2baf9bbe29949f3760a502c | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Aug 24 19:07:27 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Aug 24 19:07:27 2004 +0000 |
tree | 957b97915a6a3099a244950e11d2329baeb5cf67 | |
parent | d00b3654cefbd8077bf6e6177de015edc4f1d713 [diff] |
nginx-0.0.10-2004-08-24-23:07:27 import
diff --git a/src/http/modules/proxy/ngx_http_proxy_upstream.c b/src/http/modules/proxy/ngx_http_proxy_upstream.c index e6f27a2..3599f0a 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 @@ } 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;