diff text/en/CHANGES-1.10 @ 1819:fb917c9c57af

nginx-1.10.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Oct 2016 18:21:27 +0300
parents ce35c4764409
children 46cda296d844
line wrap: on
line diff
--- a/text/en/CHANGES-1.10
+++ b/text/en/CHANGES-1.10
@@ -1,4 +1,36 @@
 
+Changes with nginx 1.10.2                                        18 Oct 2016
+
+    *) Change: the "421 Misdirected Request" response now used when
+       rejecting requests to a virtual server different from one negotiated
+       during an SSL handshake; this improves interoperability with some
+       HTTP/2 clients when using client certificates.
+
+    *) Change: HTTP/2 clients can now start sending request body
+       immediately; the "http2_body_preread_size" directive controls size of
+       the buffer used before nginx will start reading client request body.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2 and the "proxy_request_buffering" directive.
+
+    *) Bugfix: the "Content-Length" request header line was always added to
+       requests passed to backends, including requests without body, when
+       using HTTP/2.
+
+    *) Bugfix: "http request count is zero" alerts might appear in logs when
+       using HTTP/2.
+
+    *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
+       directive; the issue had appeared in 1.9.4.
+
+    *) Bugfix: socket leak when using HTTP/2.
+
+    *) Bugfix: an incorrect response might be returned when using the "aio
+       threads" and "sendfile" directives; the bug had appeared in 1.9.13.
+
+    *) Workaround: OpenSSL 1.1.0 compatibility.
+
+
 Changes with nginx 1.10.1                                        31 May 2016
 
     *) Security: a segmentation fault might occur in a worker process while