forked from pool/nginx
Accepting request 904634 from home:13ilya:branches:server:http
- Updated to 1.21.1 * https://nginx.org/en/CHANGES * Now nginx always returns an error for the CONNECT method. * Now nginx always returns an error if both "Content-Length" and "Transfer-Encoding" header lines are present in the request. * Now nginx always returns an error if spaces or control characters are used in the request line. * Now nginx always returns an error if spaces or control characters are used in a header name. * Now nginx always returns an error if spaces or control characters are used in the "Host" request header line. * Optimization of configuration testing when using many listening sockets. * Fixed: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|", and "}" characters when proxying with changed URI. * Fixed: SSL variables might be empty when used in logs; the bug had appeared in 1.19.5. * Fixed: keepalive connections with gRPC backends might not be closed after receiving a GOAWAY frame. * Fixed: reduced memory consumption for long-lived requests when proxying with more than 64 buffers. OBS-URL: https://build.opensuse.org/request/show/904634 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=211
This commit is contained in:
committed by
Git OBS Bridge
parent
8075b49267
commit
3073eba3e8
@@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.21.0
|
||||
Version: 1.21.1
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user