summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_event_proxy_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-05 16:21:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-05 16:21:24 +0000
commit6ed07e4f0640e1f1c9717fdaa952edf26faa86e0 (patch)
tree4f40c92959ec56985a7004fd78604efe2fdc90c8 /src/http/modules/ngx_http_event_proxy_handler.h
parent481b643c3902f83826a06b03e30660cb60d87ced (diff)
downloadnginx-6ed07e4f0640e1f1c9717fdaa952edf26faa86e0.tar.gz
nginx-6ed07e4f0640e1f1c9717fdaa952edf26faa86e0.tar.bz2
nginx-0.0.1-2002-12-05-19:21:24 import
Diffstat (limited to 'src/http/modules/ngx_http_event_proxy_handler.h')
-rw-r--r--src/http/modules/ngx_http_event_proxy_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_event_proxy_handler.h b/src/http/modules/ngx_http_event_proxy_handler.h
index 4fda45184..5dfd46733 100644
--- 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;