comparison src/core/ngx_connection.c @ 6125:4dc8e7b62216

Removed the obsolete aio module.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Apr 2015 18:57:32 +0300
parents 94ce52db3367
children adba26ff70b5
comparison
equal deleted inserted replaced
6124:f1f222db290b 6125:4dc8e7b62216
387 } 387 }
388 } 388 }
389 #endif 389 #endif
390 /* TODO: close on exit */ 390 /* TODO: close on exit */
391 391
392 if (!(ngx_event_flags & NGX_USE_AIO_EVENT)) { 392 if (!(ngx_event_flags & NGX_USE_IOCP_EVENT)) {
393 if (ngx_nonblocking(s) == -1) { 393 if (ngx_nonblocking(s) == -1) {
394 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, 394 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
395 ngx_nonblocking_n " %V failed", 395 ngx_nonblocking_n " %V failed",
396 &ls[i].addr_text); 396 &ls[i].addr_text);
397 397