comparison text/en/CHANGES @ 2473:c5f7a7843ecc

nginx-1.17.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Dec 2019 18:06:10 +0300
parents 253bbbc276ae
children ccd7acb53be4
comparison
equal deleted inserted replaced
2472:4823370295e6 2473:c5f7a7843ecc
1
2 Changes with nginx 1.17.7 24 Dec 2019
3
4 *) Bugfix: a segmentation fault might occur on start or during
5 reconfiguration if the "rewrite" directive with an empty replacement
6 string was used in the configuration.
7
8 *) Bugfix: a segmentation fault might occur in a worker process if the
9 "break" directive was used with the "alias" directive or with the
10 "proxy_pass" directive with a URI.
11
12 *) Bugfix: the "Location" response header line might contain garbage if
13 the request URI was rewritten to the one containing a null character.
14
15 *) Bugfix: requests with bodies were handled incorrectly when returning
16 redirections with the "error_page" directive; the bug had appeared in
17 0.7.12.
18
19 *) Bugfix: socket leak when using HTTP/2.
20
21 *) Bugfix: a timeout might occur while handling pipelined requests in an
22 SSL connection; the bug had appeared in 1.17.5.
23
24 *) Bugfix: in the ngx_http_dav_module.
25
1 26
2 Changes with nginx 1.17.6 19 Nov 2019 27 Changes with nginx 1.17.6 19 Nov 2019
3 28
4 *) Feature: the $proxy_protocol_server_addr and 29 *) Feature: the $proxy_protocol_server_addr and
5 $proxy_protocol_server_port variables. 30 $proxy_protocol_server_port variables.