diff text/en/CHANGES @ 2506:feb8b843e482

nginx-1.17.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2020 18:11:05 +0300
parents ccd7acb53be4
children d60376fec8a1
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Feb 25 18:42:36 2020 +0300
+++ b/text/en/CHANGES	Tue Mar 03 18:11:05 2020 +0300
@@ -1,4 +1,25 @@
 
+Changes with nginx 1.17.9                                        03 Mar 2020
+
+    *) Change: now nginx does not allow several "Host" request header lines.
+
+    *) Bugfix: nginx ignored additional "Transfer-Encoding" request header
+       lines.
+
+    *) Bugfix: socket leak when using HTTP/2.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if OCSP
+       stapling was used.
+
+    *) Bugfix: in the ngx_http_mp4_module.
+
+    *) Bugfix: nginx used status code 494 instead of 400 if errors with code
+       494 were redirected with the "error_page" directive.
+
+    *) Bugfix: socket leak when using subrequests in the njs module and the
+       "aio" directive.
+
+
 Changes with nginx 1.17.8                                        21 Jan 2020
 
     *) Feature: variables support in the "grpc_pass" directive.