diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-02-11 07:14:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-02-11 07:14:40 +0000 |
commit | 1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54 (patch) | |
tree | e5aa2cd3962b5d587778077222d917254368ced2 /src/http/modules/ngx_http_event_proxy_handler.c | |
parent | 7300977320e04280c13d4d89a279f75af9c5f893 (diff) | |
download | nginx-1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54.tar.gz nginx-1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54.zip |
nginx-0.0.1-2003-02-11-10:14:40 import
Diffstat (limited to 'src/http/modules/ngx_http_event_proxy_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_event_proxy_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |