summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_event_proxy_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-03 15:45:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-03 15:45:38 +0000
commit2d0d909b808a294e35acd16a108262f66af130b7 (patch)
treea8343246f8cacac8564c400156dc21d8b8136eaa /src/http/modules/ngx_http_event_proxy_handler.h
parenta0bb31f92c86a96b3008f9ee320890ee0d920487 (diff)
downloadnginx-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.h2
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;