comparison auto/os/freebsd @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) 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.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents 6f8b0dc0f8dd
children 0d75d65c642f
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
62 EVENT_MODULES="$EVENT_MODULES $KQUEUE_MODULE" 62 EVENT_MODULES="$EVENT_MODULES $KQUEUE_MODULE"
63 CORE_SRCS="$CORE_SRCS $KQUEUE_SRCS" 63 CORE_SRCS="$CORE_SRCS $KQUEUE_SRCS"
64 EVENT_FOUND=YES 64 EVENT_FOUND=YES
65 fi 65 fi
66 66
67
67 NGX_KQUEUE_CHECKED=YES 68 NGX_KQUEUE_CHECKED=YES
68 69
69 70
70 # kqueue's NOTE_LAWAT 71 # kqueue's NOTE_LAWAT
71 72