diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-02 05:39:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-02 05:39:37 +0000 |
| commit | 87a01ea908356173d6387aea2af94ad0fe236bb4 (patch) | |
| tree | 1abe9d49f56322c179e224b9154a9c871d13dacb /src/http/modules/proxy/ngx_http_proxy_handler.h | |
| parent | 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (diff) | |
| download | nginx-87a01ea908356173d6387aea2af94ad0fe236bb4.tar.gz nginx-87a01ea908356173d6387aea2af94ad0fe236bb4.tar.bz2 | |
nginx-0.0.1-2003-10-02-09:39:37 import
Diffstat (limited to '')
| -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; |
