comparison text/en/CHANGES @ 2336:702e7aaf188f

nginx-1.15.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Feb 2019 18:47:43 +0300
parents bff6da10f841
children 3ef39edf4836
comparison
equal deleted inserted replaced
2335:ff35d7b84a9b 2336:702e7aaf188f
1
2 Changes with nginx 1.15.9 26 Feb 2019
3
4 *) Feature: variables support in the "ssl_certificate" and
5 "ssl_certificate_key" directives.
6
7 *) Feature: the "poll" method is now available on Windows when using
8 Windows Vista or newer.
9
10 *) Bugfix: if the "select" method was used on Windows and an error
11 occurred while establishing a backend connection, nginx waited for
12 the connection establishment timeout to expire.
13
14 *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
15 in the stream module worked incorrectly when proxying UDP datagrams.
16
1 17
2 Changes with nginx 1.15.8 25 Dec 2018 18 Changes with nginx 1.15.8 25 Dec 2018
3 19
4 *) Feature: the $upstream_bytes_sent variable. 20 *) Feature: the $upstream_bytes_sent variable.
5 Thanks to Piotr Sikora. 21 Thanks to Piotr Sikora.