comparison text/en/CHANGES @ 1687:779eec606081

nginx-1.9.15
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Apr 2016 19:11:08 +0300
parents 3ab18995382b
children a2f2673b248d
comparison
equal deleted inserted replaced
1686:93063516f6ff 1687:779eec606081
1
2 Changes with nginx 1.9.15 19 Apr 2016
3
4 *) Bugfix: "recv() failed" errors might occur when using HHVM as a
5 FastCGI server.
6
7 *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
8 directives a timeout or a "client violated flow control" error might
9 occur while reading client request body; the bug had appeared in
10 1.9.14.
11
12 *) Workaround: a response might not be shown by some browsers if HTTP/2
13 was used and client request body was not fully read; the bug had
14 appeared in 1.9.14.
15
16 *) Bugfix: connections might hang when using the "aio threads"
17 directive.
18 Thanks to Mindaugas Rasiukevicius.
19
1 20
2 Changes with nginx 1.9.14 05 Apr 2016 21 Changes with nginx 1.9.14 05 Apr 2016
3 22
4 *) Feature: OpenSSL 1.1.0 compatibility. 23 *) Feature: OpenSSL 1.1.0 compatibility.
5 24