diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-04-14 17:04:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-14 17:04:58 +0000 |
| commit | 9e4920b810e1e5e620d3c3638b20cef7446baa6d (patch) | |
| tree | dbe4721aa1ae68ea087c2b8cd2898bfcfba4b105 /src/http/modules/proxy/ngx_http_event_proxy_handler.h | |
| parent | fd67586ef670a2ed181bb19d60619714f404aacc (diff) | |
| download | nginx-9e4920b810e1e5e620d3c3638b20cef7446baa6d.tar.gz nginx-9e4920b810e1e5e620d3c3638b20cef7446baa6d.tar.bz2 | |
nginx-0.0.1-2003-04-14-21:04:58 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_event_proxy_handler.h')
| -rw-r--r-- | src/http/modules/proxy/ngx_http_event_proxy_handler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_event_proxy_handler.h b/src/http/modules/proxy/ngx_http_event_proxy_handler.h index 92840d013..bf159d6dd 100644 --- a/src/http/modules/proxy/ngx_http_event_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_event_proxy_handler.h @@ -4,6 +4,7 @@ #include <ngx_config.h> #include <ngx_array.h> +#include <ngx_event_proxy.h> #include <ngx_http.h> @@ -70,6 +71,7 @@ typedef struct { int block_size; int max_block_size; + int file_block_size; ngx_path_t *temp_path; int temp_file_warn; @@ -94,9 +96,13 @@ typedef struct { typedef struct ngx_http_proxy_ctx_s ngx_http_proxy_ctx_t; struct ngx_http_proxy_ctx_s { + ngx_event_proxy_t *event_proxy; + ngx_chain_t *in_hunks; ngx_chain_t *last_in_hunk; + ngx_chain_t *shadow_hunks; + ngx_chain_t *out_hunks; ngx_chain_t *last_out_hunk; |
