diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-03 15:45:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-03 15:45:38 +0000 |
| commit | 2d0d909b808a294e35acd16a108262f66af130b7 (patch) | |
| tree | a8343246f8cacac8564c400156dc21d8b8136eaa /src/http/modules/ngx_http_event_proxy_handler.h | |
| parent | a0bb31f92c86a96b3008f9ee320890ee0d920487 (diff) | |
| download | nginx-2d0d909b808a294e35acd16a108262f66af130b7.tar.gz nginx-2d0d909b808a294e35acd16a108262f66af130b7.tar.bz2 | |
nginx-0.0.1-2002-12-03-18:45:38 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_event_proxy_handler.h b/src/http/modules/ngx_http_event_proxy_handler.h index 85c2e793c..b106b2c4d 100644 --- a/src/http/modules/ngx_http_event_proxy_handler.h +++ b/src/http/modules/ngx_http_event_proxy_handler.h @@ -8,7 +8,7 @@ typedef struct { - int dummy; + ngx_chain_t *out; } ngx_http_proxy_ctx_t; |
