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/core/ngx_connection.c | |
parent | 39386c951c6e2e898b4871156e61227c348e8bba (diff) | |
download | nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.gz nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.zip |
Removed the obsolete aio module.
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 9f8fbc363..025fbeb4f 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -389,7 +389,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle) #endif /* TODO: close on exit */ - if (!(ngx_event_flags & NGX_USE_AIO_EVENT)) { + if (!(ngx_event_flags & NGX_USE_IOCP_EVENT)) { if (ngx_nonblocking(s) == -1) { ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, ngx_nonblocking_n " %V failed", |