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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index ce264c9a2..af237c06a 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -26,6 +26,7 @@ struct ngx_http_proxy_ctx_s { ngx_http_proxy_loc_conf_t *lcf; + ngx_chain_t *work_request_hunks; ngx_chain_t *request_hunks; char *action; |