comparison src/http/ngx_http.c @ 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 4d3e880ce86c
children 09d5f308901f
comparison
equal deleted inserted replaced
583:39e50617266a 584:016632f0fb18
1718 1718
1719 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY) 1719 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
1720 ls->ipv6only = addr->opt.ipv6only; 1720 ls->ipv6only = addr->opt.ipv6only;
1721 #endif 1721 #endif
1722 1722
1723 #if (NGX_HAVE_SETFIB)
1724 ls->setfib = addr->opt.setfib;
1725 #endif
1726
1723 return ls; 1727 return ls;
1724 } 1728 }
1725 1729
1726 1730
1727 static ngx_int_t 1731 static ngx_int_t