From 369145cef1971e4273dc59340689c2d96f84d18a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 May 2004 15:49:23 +0000 Subject: nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t --- src/http/modules/proxy/ngx_http_proxy_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index e0f85ee20..c89e971dc 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -159,7 +159,7 @@ struct ngx_http_proxy_ctx_s { ngx_http_proxy_upstream_t *upstream; ngx_http_proxy_cache_t *cache; - ngx_hunk_t *header_in; + ngx_buf_t *header_in; ngx_http_busy_lock_ctx_t busy_lock; -- cgit