nginx-0.1.19-RELEASE import

*) Bugfix: now, if request contains the zero, then the 404 error is
       returned for the local requests.

    *) Bugfix: nginx could not be built on NetBSD 2.0.

    *) Bugfix: the timeout may occur while reading of the the client
       request body via SSL connections.
This commit is contained in:
Igor Sysoev
2005-02-16 13:40:36 +00:00
parent 675cc5a855
commit 1ebfead9da
27 changed files with 474 additions and 193 deletions

View File

@@ -123,4 +123,15 @@ if [ $NGX_PLATFORM != win32 ]; then
. auto/feature
fi
fi
if [ NGX_SYSTEM != "NetBSD" ]; then
# NetBSD 2.0 incompatibly defines kevent.udata as "intptr_t"
cat << END >> $NGX_AUTO_CONFIG_H
#define NGX_KQUEUE_UDATA_T (void *)
END
fi
fi

View File

@@ -64,6 +64,7 @@ then
EVENT_FOUND=YES
fi
NGX_KQUEUE_CHECKED=YES