comparison text/en/CHANGES-1.12 @ 2059:18d876538eee

nginx-1.12.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Oct 2017 16:25:41 +0300
parents 18ff9016b82f
children
comparison
equal deleted inserted replaced
2058:eb58ee50561d 2059:18d876538eee
1
2 Changes with nginx 1.12.2 17 Oct 2017
3
4 *) Bugfix: client SSL connections were immediately closed if deferred
5 accept and the "proxy_protocol" parameter of the "listen" directive
6 were used.
7
8 *) Bugfix: client connections might be dropped during configuration
9 testing when using the "reuseport" parameter of the "listen"
10 directive on Linux.
11
12 *) Bugfix: incorrect response length was returned on 32-bit platforms
13 when requesting more than 4 gigabytes with multiple ranges.
14
15 *) Bugfix: switching to the next upstream server in the stream module
16 did not work when using the "ssl_preread" directive.
17
18 *) Bugfix: when using HTTP/2 client request body might be corrupted.
19
20 *) Bugfix: in handling of client addresses when using unix domain
21 sockets.
22
1 23
2 Changes with nginx 1.12.1 11 Jul 2017 24 Changes with nginx 1.12.1 11 Jul 2017
3 25
4 *) Security: a specially crafted request might result in an integer 26 *) Security: a specially crafted request might result in an integer
5 overflow and incorrect processing of ranges in the range filter, 27 overflow and incorrect processing of ranges in the range filter,