comparison CHANGES @ 556:25255878df91 NGINX_0_8_30

nginx 0.8.30 *) Change: now the default buffer size of the "large_client_header_buffers" directive is 8K. Thanks to Andrew Cholakian. *) Feature: the conf/fastcgi.conf for simple FastCGI configurations. *) Bugfix: nginx/Windows tried to rename a temporary file twice if the file should replace an already existent file. *) Bugfix: of "double free or corruption" error issued if host could not be resolved; the bug had appeared in 0.8.22. Thanks to Konstantin Svist. *) Bugfix: in libatomic usage on some platforms. Thanks to W-Mark Kubacki.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Dec 2009 00:00:00 +0300
parents 5c576ea5dbd9
children 2da4537168f8
comparison
equal deleted inserted replaced
555:f107b2f5d305 556:25255878df91
1
2 Changes with nginx 0.8.30 15 Dec 2009
3
4 *) Change: now the default buffer size of the
5 "large_client_header_buffers" directive is 8K.
6 Thanks to Andrew Cholakian.
7
8 *) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
9
10 *) Bugfix: nginx/Windows tried to rename a temporary file twice if the
11 file should replace an already existent file.
12
13 *) Bugfix: of "double free or corruption" error issued if host could
14 not be resolved; the bug had appeared in 0.8.22.
15 Thanks to Konstantin Svist.
16
17 *) Bugfix: in libatomic usage on some platforms.
18 Thanks to W-Mark Kubacki.
19
1 20
2 Changes with nginx 0.8.29 30 Nov 2009 21 Changes with nginx 0.8.29 30 Nov 2009
3 22
4 *) Change: now the "009" status code is written to an access log for 23 *) Change: now the "009" status code is written to an access log for
5 proxied HTTP/0.9 responses. 24 proxied HTTP/0.9 responses.