comparison CHANGES @ 72:b31656313b59 NGINX_0_1_36

nginx 0.1.36 *) Change: if the request header has duplicate the "Host", "Connection", "Content-Length", or "Authorization" lines, then nginx now returns the 400 error. *) Change: the "post_accept_timeout" directive was canceled. *) Feature: the "default", "af=", "bl=", "deferred", and "bind" parameters of the "listen" directive. *) Feature: the FreeBSD accept filters support. *) Feature: the Linux TCP_DEFER_ACCEPT support. *) Bugfix: the ngx_http_autoindex_module did not support the file names in UTF-8. *) Bugfix: the new log file can be rotated by the -USR1 signal only if the reconfiguration by the -HUP signal was made twice.
author Igor Sysoev <http://sysoev.ru>
date Wed, 15 Jun 2005 00:00:00 +0400
parents 8ad297c88dcb
children 77969b24f355
comparison
equal deleted inserted replaced
71:66f1f40f29d6 72:b31656313b59
1
2 Changes with nginx 0.1.36 15 Jun 2005
3
4 *) Change: if the request header has duplicate the "Host",
5 "Connection", "Content-Length", or "Authorization" lines, then nginx
6 now returns the 400 error.
7
8 *) Change: The "post_accept_timeout" directive was canceled.
9
10 *) Feature: the "default", "af=", "bl=", "deferred", and "bind"
11 parameters of the "listen" directive.
12
13 *) Feature: the FreeBSD accept filters support.
14
15 *) Feature: the Linux TCP_DEFER_ACCEPT support.
16
17 *) Bugfix: the ngx_http_autoindex_module did not support the file names
18 in UTF-8.
19
20 *) Bugfix: the new log file can be rotated by the -USR1 signal only if
21 the reconfiguration by the -HUP signal was made twice.
22
1 23
2 Changes with nginx 0.1.35 07 Jun 2005 24 Changes with nginx 0.1.35 07 Jun 2005
3 25
4 *) Feature: the "working_directory" directive. 26 *) Feature: the "working_directory" directive.
5 27