comparison text/en/CHANGES @ 2655:eb417a9a089b

nginx-1.19.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Feb 2021 19:10:41 +0300
parents a0824dab33ff
children 4398fd0f0341
comparison
equal deleted inserted replaced
2654:d13341d3c54a 2655:eb417a9a089b
1
2 Changes with nginx 1.19.7 16 Feb 2021
3
4 *) Change: connections handling in HTTP/2 has been changed to better
5 match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and
6 "http2_max_requests" directives have been removed, the
7 "keepalive_timeout" and "keepalive_requests" directives should be
8 used instead.
9
10 *) Change: the "http2_max_field_size" and "http2_max_header_size"
11 directives have been removed, the "large_client_header_buffers"
12 directive should be used instead.
13
14 *) Feature: now, if free worker connections are exhausted, nginx starts
15 closing not only keepalive connections, but also connections in
16 lingering close.
17
18 *) Bugfix: "zero size buf in output" alerts might appear in logs if an
19 upstream server returned an incorrect response during unbuffered
20 proxying; the bug had appeared in 1.19.1.
21
22 *) Bugfix: HEAD requests were handled incorrectly if the "return"
23 directive was used with the "image_filter" or "xslt_stylesheet"
24 directives.
25
26 *) Bugfix: in the "add_trailer" directive.
27
1 28
2 Changes with nginx 1.19.6 15 Dec 2020 29 Changes with nginx 1.19.6 15 Dec 2020
3 30
4 *) Bugfix: "no live upstreams" errors if a "server" inside "upstream" 31 *) Bugfix: "no live upstreams" errors if a "server" inside "upstream"
5 block was marked as "down". 32 block was marked as "down".