diff options
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
| -rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 207b6480e..fe6ca23b7 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -48,6 +48,8 @@ typedef struct { ngx_table_elt_t *last_modified; ngx_table_elt_t *accept_ranges; + off_t content_length_n; + ngx_table_t *headers; } ngx_http_proxy_headers_in_t; @@ -74,7 +76,7 @@ struct ngx_http_proxy_ctx_s { int location_len; ngx_str_t host_header; - ngx_event_proxy_t *event_proxy; + ngx_event_pipe_t *event_pipe; unsigned accel:1; unsigned cachable:1; |
