comparison src/http/modules/proxy/ngx_http_proxy_upstream.c @ 407:35fe251cd231

nginx-0.0.10-2004-08-24-23:07:27 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Aug 2004 19:07:27 +0000
parents 5ce6561246a5
children d6e2b445c1b8
comparison
equal deleted inserted replaced
406:ba0809223309 407:35fe251cd231
621 ngx_http_proxy_finalize_request(p, NGX_HTTP_INTERNAL_SERVER_ERROR); 621 ngx_http_proxy_finalize_request(p, NGX_HTTP_INTERNAL_SERVER_ERROR);
622 return; 622 return;
623 } 623 }
624 624
625 output->free->buf = r->request_body->buf; 625 output->free->buf = r->request_body->buf;
626 output->free->buf = NULL; 626 output->free->next = NULL;
627 output->allocated = 1; 627 output->allocated = 1;
628 628
629 r->request_body->buf->pos = r->request_body->buf->start; 629 r->request_body->buf->pos = r->request_body->buf->start;
630 } 630 }
631 631