comparison src/os/unix/ngx_writev_chain.c @ 375:744ccb59062d

nginx-0.0.7-2004-07-02-19:54:34 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2004 15:54:34 +0000
parents 7650aea1816f
children 694cd6cdb714
comparison
equal deleted inserted replaced
374:213f17e9f776 375:744ccb59062d
22 return in; 22 return in;
23 } 23 }
24 24
25 #if (HAVE_KQUEUE) 25 #if (HAVE_KQUEUE)
26 26
27 if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->kq_eof) { 27 if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->pending_eof) {
28 ngx_log_error(NGX_LOG_INFO, c->log, wev->kq_errno, 28 ngx_log_error(NGX_LOG_INFO, c->log, wev->kq_errno,
29 "kevent() reported about an closed connection"); 29 "kevent() reported about an closed connection");
30 30
31 wev->error = 1; 31 wev->error = 1;
32 return NGX_CHAIN_ERROR; 32 return NGX_CHAIN_ERROR;