comparison CHANGES @ 308:94e16de3c33f NGINX_0_5_24

nginx 0.5.24 *) Security: the "ssl_verify_client" directive did not work if request was made using HTTP/0.9. *) Bugfix: a part of response body might be passed uncompressed if gzip was used; bug appeared in 0.5.23.
author Igor Sysoev <http://sysoev.ru>
date Wed, 06 Jun 2007 00:00:00 +0400
parents 55328d69b335
children 95d92ec39071
comparison
equal deleted inserted replaced
307:0bcb7f864b94 308:94e16de3c33f
1
2 Changes with nginx 0.5.24 06 Jun 2007
3
4 *) Security: the "ssl_verify_client" directive did not work if request
5 was made using HTTP/0.9.
6
7 *) Bugfix: a part of response body may be passed uncompressed if gzip
8 was used; bug appeared in 0.5.23.
9
1 10
2 Changes with nginx 0.5.23 04 Jun 2007 11 Changes with nginx 0.5.23 04 Jun 2007
3 12
4 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS 13 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS
5 extension. 14 extension.