comparison CHANGES @ 162:6be073125f2e NGINX_0_3_28

nginx 0.3.28 *) Feature: the "restrict_host_names" directive was canceled. *) Feature: the --with-cpu-opt=ppc64 configuration parameter. *) Bugfix: on some condition the proxied connection with a client was terminated prematurely. Thanks to Vladimir Shutoff. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into account if the request was redirected using the "X-Accel-Redirect" header line. *) Bugfix: the "post_action" directive ran only after a successful completion of a request. *) Bugfix: the proxied response body generated by the "post_action" directive was transferred to a client.
author Igor Sysoev <http://sysoev.ru>
date Thu, 16 Feb 2006 00:00:00 +0300
parents 73e8476f9142
children b922c231a392
comparison
equal deleted inserted replaced
161:086553d7da41 162:6be073125f2e
1
2 Changes with nginx 0.3.28 16 Feb 2006
3
4 *) Feature: the "restrict_host_names" directive is canceled.
5
6 *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
7
8 *) Bugfix: on some condition the proxied connection with a client was
9 terminated prematurely. Thanks to Vladimir Shutoff.
10
11 *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into
12 account if the request was redirected using the "X-Accel-Redirect"
13 header line.
14
15 *) Bugfix: the "post_action" directive ran only after a successful
16 completion of a request.
17
18 *) Bugfix: the proxied response body generated by the "post_action"
19 directive was transferred to a client.
20
1 21
2 Changes with nginx 0.3.27 08 Feb 2006 22 Changes with nginx 0.3.27 08 Feb 2006
3 23
4 *) Change: the "variables_hash_max_size" and 24 *) Change: the "variables_hash_max_size" and
5 "variables_hash_bucket_size" directives. 25 "variables_hash_bucket_size" directives.