comparison CHANGES @ 442:670af56a1158 NGINX_0_7_33

nginx 0.7.33 *) Bugfix: a double response might be returned if the epoll or rtsig methods are used and a redirect was returned to a request with body. Thanks to Eden Li. *) Bugfix: the $sent_http_location variable was empty for some redirects types. *) Bugfix: a segmentation fault might occur in worker process if "resolver" directive was used in SMTP proxy.
author Igor Sysoev <http://sysoev.ru>
date Mon, 02 Feb 2009 00:00:00 +0300
parents 6281966854a5
children 33394d1255b0
comparison
equal deleted inserted replaced
441:52bbf0e6dfad 442:670af56a1158
1
2 Changes with nginx 0.7.33 02 Feb 2009
3
4 *) Bugfix: a double response might be returned if the epoll or rtsig
5 methods are used and a redirect was returned to a request with
6 body.
7 Thanks to Eden Li.
8
9 *) Bugfix: the $sent_http_location variable was empty for some
10 redirects types.
11
12 *) Bugfix: a segmentation fault might occur in worker process if
13 "resolver" directive was used in SMTP proxy.
14
1 15
2 Changes with nginx 0.7.32 26 Jan 2009 16 Changes with nginx 0.7.32 26 Jan 2009
3 17
4 *) Feature: now a directory existence testing can be set explicitly in 18 *) Feature: now a directory existence testing can be set explicitly in
5 the "try_files" directive. 19 the "try_files" directive.