comparison CHANGES @ 434:49a0eb7ce20c NGINX_0_7_29

nginx 0.7.29 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not support variables if unix domain sockets were used. *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25. *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests; Thanks to Maxim Dounin. *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on Cygwin.
author Igor Sysoev <http://sysoev.ru>
date Wed, 24 Dec 2008 00:00:00 +0300
parents fd759445d8a8
children dc98ed169c03
comparison
equal deleted inserted replaced
433:18f6c20ac73a 434:49a0eb7ce20c
1
2 Changes with nginx 0.7.29 24 Dec 2008
3
4 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not
5 support variables if unix domain sockets were used.
6
7 *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25.
8
9 *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests;
10 Thanks to Maxim Dounin.
11
12 *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on
13 Cygwin.
14
1 15
2 Changes with nginx 0.7.28 22 Dec 2008 16 Changes with nginx 0.7.28 22 Dec 2008
3 17
4 *) Change: in memory allocation in the ngx_http_gzip_filter_module. 18 *) Change: in memory allocation in the ngx_http_gzip_filter_module.
5 19