comparison CHANGES @ 164:b922c231a392 NGINX_0_3_29

nginx 0.3.29 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends many warnings before the response. *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in the 204 responses for the HTTP/1.1 requests. *) Bugfix: nginx returned the 502 response, if the complete response header lines were transferred in a separate FastCGI records. *) Bugfix: if the proxied URI was specified in the "post_action" directive, then it ran only after a successful completion of a request.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Feb 2006 00:00:00 +0300
parents 6be073125f2e
children fef68f68bcfd
comparison
equal deleted inserted replaced
163:cf311b6cf6df 164:b922c231a392
1
2 Changes with nginx 0.3.29 20 Feb 2006
3
4 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends
5 many warnings before the response.
6
7 *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in
8 the 204 responses for the HTTP/1.1 requests.
9
10 *) Bugfix: nginx returned the 502 response, if the complete response
11 header lines were transferred in a separate FastCGI records.
12
13 *) Bugfix: if the proxied URI was specified in the "post_action"
14 directive, then it ran only after a successful completion of a
15 request.
16
1 17
2 Changes with nginx 0.3.28 16 Feb 2006 18 Changes with nginx 0.3.28 16 Feb 2006
3 19
4 *) Feature: the "restrict_host_names" directive is canceled. 20 *) Feature: the "restrict_host_names" directive is canceled.
5 21