comparison CHANGES @ 364:a39aab45a53f NGINX_0_6_26

nginx 0.6.26 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not check a response length. *) Bugfix: a segmentation fault occurred in worker process, if big value was used in a "expires" directive. Thanks to Joaquin Cuenca Abela. *) Bugfix: nginx incorrectly detected cache line size on Pentium 4. Thanks to Gena Makhomed. *) Bugfix: in proxied or FastCGI subrequests a client original method was used instead of the GET method. *) Bugfix: socket leak in HTTPS mode if deferred accept was used. Thanks to Ben Maurer. *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed (SSL: )"; bug appeared in 0.6.23. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.6.23.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Feb 2008 00:00:00 +0300
parents 54fad6c4b555
children babd3d9efb62
comparison
equal deleted inserted replaced
363:6999caedb665 364:a39aab45a53f
1
2 Changes with nginx 0.6.26 11 Feb 2008
3
4 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
5 check a response length.
6
7 *) Bugfix: a segmentation fault occurred in worker process, if big
8 value was used in a "expires" directive.
9 Thanks to Joaquin Cuenca Abela.
10
11 *) Bugfix: nginx incorrectly detected cache line size on Pentium 4.
12 Thanks to Gena Makhomed.
13
14 *) Bugfix: in proxied or FastCGI subrequests a client original method
15 was used instead of the GET method.
16
17 *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
18 Thanks to Ben Maurer.
19
20 *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
21 (SSL: )"; bug appeared in 0.6.23.
22
23 *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
24 error; bug appeared in 0.6.23.
25
1 26
2 Changes with nginx 0.6.25 08 Jan 2008 27 Changes with nginx 0.6.25 08 Jan 2008
3 28
4 *) Change: now the "server_name_in_redirect" directive is used instead 29 *) Change: now the "server_name_in_redirect" directive is used instead
5 of the "server_name" directive's special "*" parameter. 30 of the "server_name" directive's special "*" parameter.