diff src/http/modules/ngx_http_event_proxy_handler.h @ 22:aa3b53e74728

nginx-0.0.1-2002-12-05-19:21:24 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Dec 2002 16:21:24 +0000
parents df7fb216a149
children f540a63026c9
line wrap: on
line diff
--- a/src/http/modules/ngx_http_event_proxy_handler.h
+++ b/src/http/modules/ngx_http_event_proxy_handler.h
@@ -15,6 +15,8 @@ typedef struct {
     ngx_chain_t  *out;
 
     ngx_hunk_t   *hunk;
+    int           last_hunk;
+    ngx_array_t  *hunks;
 
     ngx_http_proxy_header_in_t  *header_in;
 } ngx_http_proxy_ctx_t;