]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.10-2004-08-24-23:07:27 import
authorIgor Sysoev <igor@sysoev.ru>
Tue, 24 Aug 2004 19:07:27 +0000 (19:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 24 Aug 2004 19:07:27 +0000 (19:07 +0000)
src/http/modules/proxy/ngx_http_proxy_upstream.c

index e6f27a288d29d488195efb67789dda62c9bb0c27..3599f0abd5c257fb622215db20f5420cf493d875 100644 (file)
@@ -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;