comparison auto/os/features @ 584:016632f0fb18 NGINX_0_8_44

nginx 0.8.44 *) Change: now nginx does not cache by default backend responses, if they have a "Set-Cookie" header line. *) Feature: the "listen" directive supports the "setfib" parameter. Thanks to Andrew Filonov. *) Bugfix: the "sub_filter" directive might change character case on partial match. *) Bugfix: compatibility with HP/UX. *) Bugfix: compatibility with AIX xcl_r compiler. *) Bugfix: nginx treated a large SSLv2 packets as plain requests. Thanks to Miroslaw Jaworski.
author Igor Sysoev <http://sysoev.ru>
date Mon, 05 Jul 2010 00:00:00 +0400
parents f7ec98e3caeb
children
comparison
equal deleted inserted replaced
583:39e50617266a 584:016632f0fb18
292 292
293 if [ $ngx_found = yes ]; then 293 if [ $ngx_found = yes ]; then
294 CORE_LIBS="$CORE_LIBS -lrt" 294 CORE_LIBS="$CORE_LIBS -lrt"
295 fi 295 fi
296 fi 296 fi
297
298 ngx_feature="SO_SETFIB"
299 ngx_feature_name="NGX_HAVE_SETFIB"
300 ngx_feature_run=no
301 ngx_feature_incs="#include <sys/socket.h>"
302 ngx_feature_path=
303 ngx_feature_libs=
304 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 4)"
305 . auto/feature
297 306
298 307
299 if [ $NGX_FILE_AIO = YES ]; then 308 if [ $NGX_FILE_AIO = YES ]; then
300 309
301 ngx_feature="kqueue AIO support" 310 ngx_feature="kqueue AIO support"