comparison 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
comparison
equal deleted inserted replaced
2635:bf8e98fe085f 2636:a0824dab33ff
1
2 Changes with nginx 1.19.6 15 Dec 2020
3
4 *) Bugfix: "no live upstreams" errors if a "server" inside "upstream"
5 block was marked as "down".
6
7 *) Bugfix: a segmentation fault might occur in a worker process if HTTPS
8 was used; the bug had appeared in 1.19.5.
9
10 *) Bugfix: nginx returned the 400 response on requests like
11 "GET http://example.com?args HTTP/1.0".
12
13 *) Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
14 Thanks to Chris Newton.
15
1 16
2 Changes with nginx 1.19.5 24 Nov 2020 17 Changes with nginx 1.19.5 24 Nov 2020
3 18
4 *) Feature: the -e switch. 19 *) Feature: the -e switch.
5 20