diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-04 16:29:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-04 16:29:40 +0000 |
commit | 481b643c3902f83826a06b03e30660cb60d87ced (patch) | |
tree | 38f429b1dc5dd499cfe1b59c7c0ca711fdb95124 /src/http/modules/ngx_http_event_proxy_handler.h | |
parent | 2d0d909b808a294e35acd16a108262f66af130b7 (diff) | |
download | nginx-481b643c3902f83826a06b03e30660cb60d87ced.tar.gz nginx-481b643c3902f83826a06b03e30660cb60d87ced.zip |
nginx-0.0.1-2002-12-04-19:29:40 import
Diffstat (limited to 'src/http/modules/ngx_http_event_proxy_handler.h')
-rw-r--r-- | src/http/modules/ngx_http_event_proxy_handler.h | 8 |
1 files changed, 8 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 b106b2c4d..4fda45184 100644 --- a/src/http/modules/ngx_http_event_proxy_handler.h +++ b/src/http/modules/ngx_http_event_proxy_handler.h @@ -8,7 +8,15 @@ typedef struct { + int dummy; +} ngx_http_proxy_header_in_t; + +typedef struct { ngx_chain_t *out; + + ngx_hunk_t *hunk; + + ngx_http_proxy_header_in_t *header_in; } ngx_http_proxy_ctx_t; |