comparison text/en/CHANGES @ 2696:f85798c1c70a

nginx-1.19.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Mar 2021 17:56:02 +0300
parents 4398fd0f0341
children f8686d85df53
comparison
equal deleted inserted replaced
2695:5d5d914c4eed 2696:f85798c1c70a
1
2 Changes with nginx 1.19.9 30 Mar 2021
3
4 *) Bugfix: nginx could not be built with the mail proxy module, but
5 without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
6
7 *) Bugfix: "upstream sent response body larger than indicated content
8 length" errors might occur when working with gRPC backends; the bug
9 had appeared in 1.19.1.
10
11 *) Bugfix: nginx might not close a connection till keepalive timeout
12 expiration if the connection was closed by the client while
13 discarding the request body.
14
15 *) Bugfix: nginx might not detect that a connection was already closed
16 by the client when waiting for auth_delay or limit_req delay, or when
17 working with backends.
18
19 *) Bugfix: in the eventport method.
20
1 21
2 Changes with nginx 1.19.8 09 Mar 2021 22 Changes with nginx 1.19.8 09 Mar 2021
3 23
4 *) Feature: flags in the "proxy_cookie_flags" directive can now contain 24 *) Feature: flags in the "proxy_cookie_flags" directive can now contain
5 variables. 25 variables.