comparison src/http/modules/ngx_http_event_proxy_handler.c @ 60:50186b49f2ad

nginx-0.0.1-2003-02-11-10:14:40 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Feb 2003 07:14:40 +0000
parents e8cdc2989cee
children 5a7d1aaa1618
comparison
equal deleted inserted replaced
59:e8cdc2989cee 60:50186b49f2ad
435 left = 1; 435 left = 1;
436 } 436 }
437 437
438 #elif (HAVE_KQUEUE) 438 #elif (HAVE_KQUEUE)
439 439
440 if (ngx_event_type == NGX_KQUEUE_EVENT) { 440 if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) {
441 /* do not allocate new block if there is EOF */ 441 /* do not allocate new block if there is EOF */
442 if (ev->eof && ev->available == 0) { 442 if (ev->eof && ev->available == 0) {
443 left = 1; 443 left = 1;
444 } 444 }
445 } 445 }