diff src/http/ngx_http_upstream.c @ 6125:4dc8e7b62216

Removed the obsolete aio module.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Apr 2015 18:57:32 +0300
parents 643f2ce02f1c
children 59fc60585f1e
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c	Wed Apr 22 19:55:04 2015 +0300
+++ b/src/http/ngx_http_upstream.c	Wed Apr 22 18:57:32 2015 +0300
@@ -2911,7 +2911,7 @@
         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;
     }