comparison src/core/ngx_connection.h @ 400:6ebbca3d5ed7 NGINX_0_7_12

nginx 0.7.12 *) Feature: the "server_name" directive supports empty name "". *) Feature: the "gzip_disable" directive supports special "msie6" mask. *) Bugfix: if the "max_fails=0" parameter was used in upstream with several servers, then a worker process exited on a SIGFPE signal. Thanks to Maxim Dounin. *) Bugfix: a request body was dropped while redirection via an "error_page" directive. *) Bugfix: a full response was returned for request method HEAD while redirection via an "error_page" directive. *) Bugfix: the $r->header_in() method did not return value of the "Host", "User-Agent", and "Connection" request header lines; the bug had appeared in 0.7.0.
author Igor Sysoev <http://sysoev.ru>
date Tue, 26 Aug 2008 00:00:00 +0400
parents f745bf973510
children 76a79816b771
comparison
equal deleted inserted replaced
399:59e324e4d6d3 400:6ebbca3d5ed7
21 socklen_t socklen; /* size of sockaddr */ 21 socklen_t socklen; /* size of sockaddr */
22 size_t addr; /* offset to address in sockaddr */ 22 size_t addr; /* offset to address in sockaddr */
23 size_t addr_text_max_len; 23 size_t addr_text_max_len;
24 ngx_str_t addr_text; 24 ngx_str_t addr_text;
25 25
26 int family;
27 int type; 26 int type;
28 27
29 int backlog; 28 int backlog;
30 int rcvbuf; 29 int rcvbuf;
31 int sndbuf; 30 int sndbuf;