From 89eae52df8c110525ce08e4b2bbb65f79b8bc9f2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 12 Oct 2010 12:06:52 +0000 Subject: file AIO read may be posted inside loop --- src/http/ngx_http_copy_filter_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http') diff --git a/src/http/ngx_http_copy_filter_module.c b/src/http/ngx_http_copy_filter_module.c index d492f321d..2dd4a627b 100644 --- a/src/http/ngx_http_copy_filter_module.c +++ b/src/http/ngx_http_copy_filter_module.c @@ -211,6 +211,7 @@ ngx_http_copy_aio_handler(ngx_output_chain_ctx_t *ctx, ngx_file_t *file) r->main->blocked++; r->aio = 1; + ctx->aio = 1; } -- cgit