diff 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
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,14 @@
 
+Changes with nginx 0.5.22                                        29 May 2007
+
+    *) Bugfix: the big request body might not be passed to backend; bug 
+       appeared in 0.5.21.
+
+
 Changes with nginx 0.5.21                                        28 May 2007
 
     *) Bugfix: if server has more than about ten locations, then regex 
-       locations may be choosen not in that order as they were specified.
+       locations might be choosen not in that order as they were specified.
 
     *) Bugfix: a worker process may got caught in an endless loop on 64-bit 
        platform, if the 33-rd or next in succession backend has failed.