diff text/en/CHANGES @ 1687:779eec606081

nginx-1.9.15
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Apr 2016 19:11:08 +0300
parents 3ab18995382b
children a2f2673b248d
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Apr 13 09:10:21 2016 +0300
+++ b/text/en/CHANGES	Tue Apr 19 19:11:08 2016 +0300
@@ -1,4 +1,23 @@
 
+Changes with nginx 1.9.15                                        19 Apr 2016
+
+    *) Bugfix: "recv() failed" errors might occur when using HHVM as a
+       FastCGI server.
+
+    *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
+       directives a timeout or a "client violated flow control" error might
+       occur while reading client request body; the bug had appeared in
+       1.9.14.
+
+    *) Workaround: a response might not be shown by some browsers if HTTP/2
+       was used and client request body was not fully read; the bug had
+       appeared in 1.9.14.
+
+    *) Bugfix: connections might hang when using the "aio threads"
+       directive.
+       Thanks to Mindaugas Rasiukevicius.
+
+
 Changes with nginx 1.9.14                                        05 Apr 2016
 
     *) Feature: OpenSSL 1.1.0 compatibility.