comparison text/en/CHANGES @ 2581:324ca14c3003

nginx-1.19.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Aug 2020 18:08:19 +0300
parents 55da8df41bfd
children 27c757648399
comparison
equal deleted inserted replaced
2580:28f98f596974 2581:324ca14c3003
1
2 Changes with nginx 1.19.2 11 Aug 2020
3
4 *) Change: now nginx starts closing keepalive connections before all
5 free worker connections are exhausted, and logs a warning about this
6 to the error log.
7
8 *) Change: optimization of client request body reading when using
9 chunked transfer encoding.
10
11 *) Bugfix: memory leak if the "ssl_ocsp" directive was used.
12
13 *) Bugfix: "zero size buf in output" alerts might appear in logs if a
14 FastCGI server returned an incorrect response; the bug had appeared
15 in 1.19.1.
16
17 *) Bugfix: a segmentation fault might occur in a worker process if
18 different large_client_header_buffers sizes were used in different
19 virtual servers.
20
21 *) Bugfix: SSL shutdown might not work.
22
23 *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
24 might appear in logs.
25
26 *) Bugfix: in the ngx_http_slice_module.
27
28 *) Bugfix: in the ngx_http_xslt_filter_module.
29
1 30
2 Changes with nginx 1.19.1 07 Jul 2020 31 Changes with nginx 1.19.1 07 Jul 2020
3 32
4 *) Change: the "lingering_close", "lingering_time", and 33 *) Change: the "lingering_close", "lingering_time", and
5 "lingering_timeout" directives now work when using HTTP/2. 34 "lingering_timeout" directives now work when using HTTP/2.