comparison text/en/CHANGES @ 2506:feb8b843e482

nginx-1.17.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2020 18:11:05 +0300
parents ccd7acb53be4
children d60376fec8a1
comparison
equal deleted inserted replaced
2505:ae52ac67048c 2506:feb8b843e482
1
2 Changes with nginx 1.17.9 03 Mar 2020
3
4 *) Change: now nginx does not allow several "Host" request header lines.
5
6 *) Bugfix: nginx ignored additional "Transfer-Encoding" request header
7 lines.
8
9 *) Bugfix: socket leak when using HTTP/2.
10
11 *) Bugfix: a segmentation fault might occur in a worker process if OCSP
12 stapling was used.
13
14 *) Bugfix: in the ngx_http_mp4_module.
15
16 *) Bugfix: nginx used status code 494 instead of 400 if errors with code
17 494 were redirected with the "error_page" directive.
18
19 *) Bugfix: socket leak when using subrequests in the njs module and the
20 "aio" directive.
21
1 22
2 Changes with nginx 1.17.8 21 Jan 2020 23 Changes with nginx 1.17.8 21 Jan 2020
3 24
4 *) Feature: variables support in the "grpc_pass" directive. 25 *) Feature: variables support in the "grpc_pass" directive.
5 26