diff 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
line wrap: on
line diff
--- a/src/os/unix/ngx_writev_chain.c	Fri Jul 02 05:47:00 2004 +0000
+++ b/src/os/unix/ngx_writev_chain.c	Fri Jul 02 15:54:34 2004 +0000
@@ -24,7 +24,7 @@
 
 #if (HAVE_KQUEUE)
 
-    if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->kq_eof) {
+    if ((ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) && wev->pending_eof) {
         ngx_log_error(NGX_LOG_INFO, c->log, wev->kq_errno,
                       "kevent() reported about an closed connection");