comparison CHANGES @ 298:30862655219e NGINX_0_5_19

nginx 0.5.19 *) Change: now the $request_time variable has millisecond precision. *) Change: the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush. *) Feature: the $upstream_addr variable. *) Feature: the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size" directives. Thanks to Volodymyr Kostyrko. *) Bugfix: the files more than 2G could not be transferred using sendfile and limit_rate on 64-bit platforms. *) Bugfix: the files more than 2G could not be transferred using sendfile on 64-bit Linux.
author Igor Sysoev <http://sysoev.ru>
date Tue, 24 Apr 2007 00:00:00 +0400
parents 2ceaee987f37
children cba14c1e2a4b
comparison
equal deleted inserted replaced
297:df0fd0d43ed8 298:30862655219e
1
2 Changes with nginx 0.5.19 24 Apr 2007
3
4 *) Change: now the $request_time variable has millisecond precision.
5
6 *) Change: the method $r->rflush of ngx_http_perl_module was renamed to
7 the $r->flush.
8
9 *) Feature: the $upstream_addr variable.
10
11 *) Feature: the "proxy_headers_hash_max_size" and
12 "proxy_headers_hash_bucket_size" directives.
13 Thanks to Volodymyr Kostyrko.
14
15 *) Bugfix: the files more than 2G could not be transferred using
16 sendfile and limit_rate on 64-bit platforms.
17
18 *) Bugfix: the files more than 2G could not be transferred using
19 sendfile on 64-bit Linux.
20
1 21
2 Changes with nginx 0.5.18 19 Apr 2007 22 Changes with nginx 0.5.18 19 Apr 2007
3 23
4 *) Feature: the ngx_http_sub_filter_module. 24 *) Feature: the ngx_http_sub_filter_module.
5 25