comparison src/os/unix/ngx_aio_write.c @ 144:ef8c87afcfc5

nginx-0.0.1-2003-10-12-20:49:16 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Oct 2003 16:49:16 +0000
parents 6dfda4cf5200
children 84036764e215
comparison
equal deleted inserted replaced
143:5526213be452 144:ef8c87afcfc5
107 ngx_log_error(NGX_LOG_CRIT, ev->log, ngx_errno, "aio_return() failed"); 107 ngx_log_error(NGX_LOG_CRIT, ev->log, ngx_errno, "aio_return() failed");
108 108
109 return NGX_ERROR; 109 return NGX_ERROR;
110 } 110 }
111 111
112 ev->active = 0;
112 ngx_log_debug(ev->log, "aio_write: %d" _ rc); 113 ngx_log_debug(ev->log, "aio_write: %d" _ rc);
113 114
114 return rc; 115 return rc;
115 } 116 }