comparison text/en/CHANGES-1.10 @ 1819:fb917c9c57af

nginx-1.10.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Oct 2016 18:21:27 +0300
parents ce35c4764409
children 46cda296d844
comparison
equal deleted inserted replaced
1818:574c44d14837 1819:fb917c9c57af
1
2 Changes with nginx 1.10.2 18 Oct 2016
3
4 *) Change: the "421 Misdirected Request" response now used when
5 rejecting requests to a virtual server different from one negotiated
6 during an SSL handshake; this improves interoperability with some
7 HTTP/2 clients when using client certificates.
8
9 *) Change: HTTP/2 clients can now start sending request body
10 immediately; the "http2_body_preread_size" directive controls size of
11 the buffer used before nginx will start reading client request body.
12
13 *) Bugfix: a segmentation fault might occur in a worker process when
14 using HTTP/2 and the "proxy_request_buffering" directive.
15
16 *) Bugfix: the "Content-Length" request header line was always added to
17 requests passed to backends, including requests without body, when
18 using HTTP/2.
19
20 *) Bugfix: "http request count is zero" alerts might appear in logs when
21 using HTTP/2.
22
23 *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
24 directive; the issue had appeared in 1.9.4.
25
26 *) Bugfix: socket leak when using HTTP/2.
27
28 *) Bugfix: an incorrect response might be returned when using the "aio
29 threads" and "sendfile" directives; the bug had appeared in 1.9.13.
30
31 *) Workaround: OpenSSL 1.1.0 compatibility.
32
1 33
2 Changes with nginx 1.10.1 31 May 2016 34 Changes with nginx 1.10.1 31 May 2016
3 35
4 *) Security: a segmentation fault might occur in a worker process while 36 *) Security: a segmentation fault might occur in a worker process while
5 writing a specially crafted request body to a temporary file 37 writing a specially crafted request body to a temporary file