comparison src/http/modules/proxy/ngx_http_proxy_upstream.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents f81d075ad172
children 117ccc7c4055
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
96 } 96 }
97 97
98 98
99 static ngx_chain_t *ngx_http_proxy_create_request(ngx_http_proxy_ctx_t *p) 99 static ngx_chain_t *ngx_http_proxy_create_request(ngx_http_proxy_ctx_t *p)
100 { 100 {
101 int i;
102 size_t len; 101 size_t len;
102 ngx_uint_t i;
103 ngx_hunk_t *h; 103 ngx_hunk_t *h;
104 ngx_chain_t *chain; 104 ngx_chain_t *chain;
105 ngx_table_elt_t *header; 105 ngx_table_elt_t *header;
106 ngx_http_request_t *r; 106 ngx_http_request_t *r;
107 ngx_http_proxy_upstream_conf_t *uc; 107 ngx_http_proxy_upstream_conf_t *uc;