diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-04-22 18:57:32 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-04-22 18:57:32 +0300 |
commit | c1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (patch) | |
tree | e953b78212100ea39278241f6f3644771a2b887c /src/http/ngx_http_upstream.c | |
parent | 39386c951c6e2e898b4871156e61227c348e8bba (diff) | |
download | nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.gz nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.zip |
Removed the obsolete aio module.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r-- | src/http/ngx_http_upstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 56091fa98..ba01d1ce5 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -2911,7 +2911,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u) p->buf_to_file->temporary = 1; } - if (ngx_event_flags & NGX_USE_AIO_EVENT) { + if (ngx_event_flags & NGX_USE_IOCP_EVENT) { /* the posted aio operation may corrupt a shadow buffer */ p->single_buf = 1; } |