comparison CHANGES @ 304:e4f4cbfed5f5 NGINX_0_5_22

nginx 0.5.22 *) Bugfix: a big request body might not be passed to backend; bug appeared in 0.5.21.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 May 2007 00:00:00 +0400
parents 9b7db0df50f0
children 55328d69b335
comparison
equal deleted inserted replaced
303:8b5bc9ef5e54 304:e4f4cbfed5f5
1
2 Changes with nginx 0.5.22 29 May 2007
3
4 *) Bugfix: the big request body might not be passed to backend; bug
5 appeared in 0.5.21.
6
1 7
2 Changes with nginx 0.5.21 28 May 2007 8 Changes with nginx 0.5.21 28 May 2007
3 9
4 *) Bugfix: if server has more than about ten locations, then regex 10 *) Bugfix: if server has more than about ten locations, then regex
5 locations may be choosen not in that order as they were specified. 11 locations might be choosen not in that order as they were specified.
6 12
7 *) Bugfix: a worker process may got caught in an endless loop on 64-bit 13 *) Bugfix: a worker process may got caught in an endless loop on 64-bit
8 platform, if the 33-rd or next in succession backend has failed. 14 platform, if the 33-rd or next in succession backend has failed.
9 Thanks to Anton Povarov. 15 Thanks to Anton Povarov.
10 16