Accepting request 929778 from home:13ilya:branches:server:http
- Updated to 1.21.4 * https://nginx.org/en/CHANGES * Support for NPN instead of ALPN to establish HTTP/2 connections has been removed. * Now nginx rejects SSL connections if ALPN is used by the client, but no supported protocols can be negotiated. * The default value of the "sendfile_max_chunk" directive was changed to 2 megabytes. * The "proxy_half_close" directive in the stream module. * The "ssl_alpn" directive in the stream module. * The $ssl_alpn_protocol variable. * Support for SSL_sendfile() when using OpenSSL 3.0. * The "mp4_start_key_frame" directive in the ngx_http_mp4_module. * In the $content_length variable when using chunked transfer encoding. * After receiving a response with incorrect length from a proxied backend nginx might nevertheless cache the connection. * Invalid headers from backends were logged at the "info" level instead of "error"; the bug had appeared in 1.21.1. * Requests might hang when using HTTP/2 and the "aio_write" directive. OBS-URL: https://build.opensuse.org/request/show/929778 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=217
This commit is contained in:
committed by
Git OBS Bridge
parent
ab143ca8c6
commit
e89e7af7f8
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 21:24:19 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- Updated to 1.21.4
|
||||
* https://nginx.org/en/CHANGES
|
||||
* Support for NPN instead of ALPN to establish HTTP/2
|
||||
connections has been removed.
|
||||
* Now nginx rejects SSL connections if ALPN is used by the
|
||||
client, but no supported protocols can be negotiated.
|
||||
* The default value of the "sendfile_max_chunk" directive was
|
||||
changed to 2 megabytes.
|
||||
* The "proxy_half_close" directive in the stream module.
|
||||
* The "ssl_alpn" directive in the stream module.
|
||||
* The $ssl_alpn_protocol variable.
|
||||
* Support for SSL_sendfile() when using OpenSSL 3.0.
|
||||
* The "mp4_start_key_frame" directive in the ngx_http_mp4_module.
|
||||
* In the $content_length variable when using chunked transfer encoding.
|
||||
* After receiving a response with incorrect length from a proxied
|
||||
backend nginx might nevertheless cache the connection.
|
||||
* Invalid headers from backends were logged at the "info" level
|
||||
instead of "error"; the bug had appeared in 1.21.1.
|
||||
* Requests might hang when using HTTP/2 and the "aio_write" directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 18:10:15 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user