From 1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 11 Feb 2003 07:14:40 +0000 Subject: nginx-0.0.1-2003-02-11-10:14:40 import --- src/http/modules/ngx_http_event_proxy_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_event_proxy_handler.c b/src/http/modules/ngx_http_event_proxy_handler.c index 195e4b3ff..c7f115acf 100644 --- a/src/http/modules/ngx_http_event_proxy_handler.c +++ b/src/http/modules/ngx_http_event_proxy_handler.c @@ -437,7 +437,7 @@ static int ngx_http_proxy_read_response_body(ngx_event_t *ev) #elif (HAVE_KQUEUE) - if (ngx_event_type == NGX_KQUEUE_EVENT) { + if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) { /* do not allocate new block if there is EOF */ if (ev->eof && ev->available == 0) { left = 1; -- cgit