comparison text/en/CHANGES @ 2445:192d136633b5

nginx-1.17.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Oct 2019 18:24:04 +0300
parents c1acbe5e1222
children 253bbbc276ae
comparison
equal deleted inserted replaced
2444:d58fc33a0830 2445:192d136633b5
1
2 Changes with nginx 1.17.5 22 Oct 2019
3
4 *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid
5 reading from a fast connection for a long time.
6
7 *) Bugfix: incomplete escaped characters at the end of the request URI
8 were ignored.
9
10 *) Bugfix: "/." and "/.." at the end of the request URI were not
11 normalized.
12
13 *) Bugfix: in the "merge_slashes" directive.
14
15 *) Bugfix: in the "ignore_invalid_headers" directive.
16 Thanks to Alan Kemp.
17
18 *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.
19
1 20
2 Changes with nginx 1.17.4 24 Sep 2019 21 Changes with nginx 1.17.4 24 Sep 2019
3 22
4 *) Change: better detection of incorrect client behavior in HTTP/2. 23 *) Change: better detection of incorrect client behavior in HTTP/2.
5 24