summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_proxy.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-08 04:34:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-08 04:34:07 +0000
commitfd3e374a02c7fc98d8193222885b453084f87727 (patch)
tree3adbd9ead98652e0d3ba4159b08993b8355543bf /src/event/ngx_event_proxy.c
parent931a400cf1302d6f4cd220325383a37743eed592 (diff)
downloadnginx-fd3e374a02c7fc98d8193222885b453084f87727.tar.gz
nginx-fd3e374a02c7fc98d8193222885b453084f87727.tar.bz2
nginx-0.0.1-2003-10-08-08:34:07 import
Diffstat (limited to 'src/event/ngx_event_proxy.c')
-rw-r--r--src/event/ngx_event_proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/event/ngx_event_proxy.c b/src/event/ngx_event_proxy.c
index ce22c6501..2255626a0 100644
--- a/src/event/ngx_event_proxy.c
+++ b/src/event/ngx_event_proxy.c
@@ -9,7 +9,7 @@
#if (NGX_EVENT_COPY_FILTER)
static int ngx_event_proxy_copy_input_filter(ngx_event_proxy_t *p,
- ngx_chain_t *chain);
+ ngx_chain_t *chain);
#endif
@@ -109,7 +109,7 @@ ngx_log_debug(p->log, "new hunk: %08X" _ chain->hunk);
ngx_log_debug(p->log, "file hunk: %08X" _ chain->hunk _
chain->hunk->end - chain->hunk->last);
- /* if the hunks is not needed to be saved in a cache and
+ /* if the hunks are not needed to be saved in a cache and
a downstream is ready then write the hunks to a downstream */
} else if (p->cachable == 0 && p->downstream->write->ready) {
@@ -709,7 +709,7 @@ ngx_log_debug(p->log, "event proxy file hunk: %08X:%08X" _ h _ h->shadow);
/* the copy input filter */
static int ngx_event_proxy_copy_input_filter(ngx_event_proxy_t *p,
- ngx_chain_t *chain)
+ ngx_chain_t *chain)
{
ngx_hunk_t *h;
ngx_chain_t *entry, *temp;