comparison src/http/modules/proxy/ngx_http_proxy_upstream.c @ 408:d6e2b445c1b8

nginx-0.0.10-2004-08-27-19:40:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Aug 2004 15:40:59 +0000
parents 35fe251cd231
children 199cd29f35a3
comparison
equal deleted inserted replaced
407:35fe251cd231 408:d6e2b445c1b8
625 output->free->buf = r->request_body->buf; 625 output->free->buf = r->request_body->buf;
626 output->free->next = 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 r->request_body->buf->last = r->request_body->buf->start;
631 r->request_body->buf->tag = (ngx_buf_tag_t) &ngx_http_proxy_module;
630 } 632 }
631 633
632 p->request_sent = 0; 634 p->request_sent = 0;
633 635
634 if (rc == NGX_AGAIN) { 636 if (rc == NGX_AGAIN) {