comparison text/en/CHANGES @ 2562:55da8df41bfd

nginx-1.19.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 07 Jul 2020 19:01:11 +0300
parents c13a55aae487
children 324ca14c3003
comparison
equal deleted inserted replaced
2561:397289aeada7 2562:55da8df41bfd
1
2 Changes with nginx 1.19.1 07 Jul 2020
3
4 *) Change: the "lingering_close", "lingering_time", and
5 "lingering_timeout" directives now work when using HTTP/2.
6
7 *) Change: now extra data sent by a backend are always discarded.
8
9 *) Change: now after receiving a too short response from a FastCGI
10 server nginx tries to send the available part of the response to the
11 client, and then closes the client connection.
12
13 *) Change: now after receiving a response with incorrect length from a
14 gRPC backend nginx stops response processing with an error.
15
16 *) Feature: the "min_free" parameter of the "proxy_cache_path",
17 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
18 directives.
19 Thanks to Adam Bambuch.
20
21 *) Bugfix: nginx did not delete unix domain listen sockets during
22 graceful shutdown on the SIGQUIT signal.
23
24 *) Bugfix: zero length UDP datagrams were not proxied.
25
26 *) Bugfix: proxying to uwsgi backends using SSL might not work.
27 Thanks to Guanzhong Chen.
28
29 *) Bugfix: in error handling when using the "ssl_ocsp" directive.
30
31 *) Bugfix: on XFS and NFS file systems disk cache size might be
32 calculated incorrectly.
33
34 *) Bugfix: "negative size buf in writer" alerts might appear in logs if
35 a memcached server returned a malformed response.
36
1 37
2 Changes with nginx 1.19.0 26 May 2020 38 Changes with nginx 1.19.0 26 May 2020
3 39
4 *) Feature: client certificate validation with OCSP. 40 *) Feature: client certificate validation with OCSP.
5 41