comparison src/http/ngx_http_core_module.h @ 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
69 #endif 69 #endif
70 70
71 int backlog; 71 int backlog;
72 int rcvbuf; 72 int rcvbuf;
73 int sndbuf; 73 int sndbuf;
74 #if (NGX_HAVE_SETFIB)
75 int setfib;
76 #endif
74 77
75 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) 78 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
76 char *accept_filter; 79 char *accept_filter;
77 #endif 80 #endif
78 #if (NGX_HAVE_DEFERRED_ACCEPT && defined TCP_DEFER_ACCEPT) 81 #if (NGX_HAVE_DEFERRED_ACCEPT && defined TCP_DEFER_ACCEPT)