comparison src/os/unix/ngx_freebsd_sendfile_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 f209f3391020
comparison
equal deleted inserted replaced
374:213f17e9f776 375:744ccb59062d
51 return in; 51 return in;
52 } 52 }
53 53
54 #if (HAVE_KQUEUE) 54 #if (HAVE_KQUEUE)
55 55
56 if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->kq_eof) { 56 if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->pending_eof) {
57 ngx_log_error(NGX_LOG_INFO, c->log, wev->kq_errno, 57 ngx_log_error(NGX_LOG_INFO, c->log, wev->kq_errno,
58 "kevent() reported about an closed connection"); 58 "kevent() reported about an closed connection");
59 59
60 wev->error = 1; 60 wev->error = 1;
61 return NGX_CHAIN_ERROR; 61 return NGX_CHAIN_ERROR;