Skip to content

Commit eeb4946

Browse files
committed
Changes with nginx 1.20.2 16 Nov 2021
*) Feature: OpenSSL 3.0 compatibility. *) Bugfix: SSL variables might be empty when used in logs; the bug had appeared in 1.19.5. *) Bugfix: keepalive connections with gRPC backends might not be closed after receiving a GOAWAY frame. *) Bugfix: backend SSL connections in the stream module might hang after an SSL handshake. *) Bugfix: SSL connections with gRPC backends might hang if select, poll, or /dev/poll methods were used. *) Bugfix: in the $content_length variable when using chunked transfer encoding. *) Bugfix: requests might hang when using HTTP/2 and the "aio_write" directive.
1 parent d7fc5b6 commit eeb4946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGINX_VERSION:=1.20.1
1+
NGINX_VERSION:=1.20.2
22
OPENSSL_VERSION:=1_1_1l
33
PCRE_VERSION:=8.45
44
ZLIB_VERSION:=1.2.11

0 commit comments

Comments
 (0)