diff text/en/CHANGES @ 2636:a0824dab33ff

nginx-1.19.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Dec 2020 17:57:20 +0300
parents 64bbb9163a14
children eb417a9a089b
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Dec 08 14:07:49 2020 +0300
+++ b/text/en/CHANGES	Tue Dec 15 17:57:20 2020 +0300
@@ -1,4 +1,19 @@
 
+Changes with nginx 1.19.6                                        15 Dec 2020
+
+    *) Bugfix: "no live upstreams" errors if a "server" inside "upstream"
+       block was marked as "down".
+
+    *) Bugfix: a segmentation fault might occur in a worker process if HTTPS
+       was used; the bug had appeared in 1.19.5.
+
+    *) Bugfix: nginx returned the 400 response on requests like
+       "GET http://example.com?args HTTP/1.0".
+
+    *) Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
+       Thanks to Chris Newton.
+
+
 Changes with nginx 1.19.5                                        24 Nov 2020
 
     *) Feature: the -e switch.