comparison src/event/ngx_event_connect.c @ 166:389d7ee9fa60

nginx-0.0.1-2003-10-30-11:51:06 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 08:51:06 +0000
parents 84036764e215
children 8aef3c72e5da
comparison
equal deleted inserted replaced
165:894a01c6aea3 166:389d7ee9fa60
202 } 202 }
203 } 203 }
204 204
205 if (ngx_event_flags & NGX_USE_AIO_EVENT) { 205 if (ngx_event_flags & NGX_USE_AIO_EVENT) {
206 /* aio, iocp */ 206 /* aio, iocp */
207 rev->ready = 1;
208 207
209 #if 1 208 #if 1
210 /* TODO: NGX_EINPROGRESS */ 209 /* TODO: NGX_EINPROGRESS */
211 210
211 rev->ready = 1;
212 wev->ready = 1; 212 wev->ready = 1;
213
213 return NGX_OK; 214 return NGX_OK;
214 #endif 215 #endif
215 } 216 }
216 217
217 /* TODO: epoll */ 218 /* TODO: epoll */