comparison text/en/CHANGES @ 2432:c1acbe5e1222

nginx-1.17.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Sep 2019 18:15:21 +0300
parents eecb26e2c4ab
children 192d136633b5
comparison
equal deleted inserted replaced
2431:d479a5da2c0c 2432:c1acbe5e1222
1
2 Changes with nginx 1.17.4 24 Sep 2019
3
4 *) Change: better detection of incorrect client behavior in HTTP/2.
5
6 *) Change: in handling of not fully read client request body when
7 returning errors in HTTP/2.
8
9 *) Bugfix: the "worker_shutdown_timeout" directive might not work when
10 using HTTP/2.
11
12 *) Bugfix: a segmentation fault might occur in a worker process when
13 using HTTP/2 and the "proxy_request_buffering" directive.
14
15 *) Bugfix: the ECONNABORTED error log level was "crit" instead of
16 "error" on Windows when using SSL.
17
18 *) Bugfix: nginx ignored extra data when using chunked transfer
19 encoding.
20
21 *) Bugfix: nginx always returned the 500 error if the "return" directive
22 was used and an error occurred during reading client request body.
23
24 *) Bugfix: in memory allocation error handling.
25
1 26
2 Changes with nginx 1.17.3 13 Aug 2019 27 Changes with nginx 1.17.3 13 Aug 2019
3 28
4 *) Security: when using HTTP/2 a client might cause excessive memory 29 *) Security: when using HTTP/2 a client might cause excessive memory
5 consumption and CPU usage (CVE-2019-9511, CVE-2019-9513, 30 consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,