diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-19 18:27:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-19 18:27:00 +0000 |
commit | a2c81197b55c031741646dc24b3a2a3b5f3a6f5d (patch) | |
tree | 9eeef31cad8f37e7a311cd1f0402578f6cc57fa3 /src/core/ngx_output_chain.c | |
parent | 307c3add7877ed447767be2381dd887c6699d7c6 (diff) | |
download | nginx-a2c81197b55c031741646dc24b3a2a3b5f3a6f5d.tar.gz nginx-a2c81197b55c031741646dc24b3a2a3b5f3a6f5d.zip |
nginx-0.0.11-2004-09-19-22:27:00 import
Diffstat (limited to 'src/core/ngx_output_chain.c')
-rw-r--r-- | src/core/ngx_output_chain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_output_chain.c b/src/core/ngx_output_chain.c index f177076de..8efd369ed 100644 --- a/src/core/ngx_output_chain.c +++ b/src/core/ngx_output_chain.c @@ -67,6 +67,7 @@ ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) "zero size buf"); ctx->in = ctx->in->next; + continue; } @@ -146,6 +147,7 @@ ngx_int_t ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) if (out) { break; } + return rc; } |