comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 343:6bdf858bff8c

nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 May 2004 15:49:23 +0000
parents ca9a7f8c86da
children f8f0f1834266
comparison
equal deleted inserted replaced
342:0ee0642af5f1 343:6bdf858bff8c
157 ngx_http_request_t *request; 157 ngx_http_request_t *request;
158 ngx_http_proxy_loc_conf_t *lcf; 158 ngx_http_proxy_loc_conf_t *lcf;
159 ngx_http_proxy_upstream_t *upstream; 159 ngx_http_proxy_upstream_t *upstream;
160 ngx_http_proxy_cache_t *cache; 160 ngx_http_proxy_cache_t *cache;
161 161
162 ngx_hunk_t *header_in; 162 ngx_buf_t *header_in;
163 163
164 ngx_http_busy_lock_ctx_t busy_lock; 164 ngx_http_busy_lock_ctx_t busy_lock;
165 165
166 unsigned accel:1; 166 unsigned accel:1;
167 167