Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

nginx mainline 1.19.9 released.


LinuCエヴァンジェリストの鯨井貴博@opensourcetechです。

nginx mainline の最新バージョン、1.19.9がリリースされました。
f:id:opensourcetech:20210331084744p:plain:w400
http://nginx.org/


更新内容は、以下の通り。
http://nginx.org/en/CHANGES

Changes with nginx 1.19.9                                        30 Mar 2021

*) Bugfix: nginx could not be built with the mail proxy module, but without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
*) Bugfix: "upstream sent response body larger than indicated content length" errors might occur when working with gRPC backends; the bug had appeared in 1.19.1.
*) Bugfix: nginx might not close a connection till keepalive timeout expiration if the connection was closed by the client while discarding the request body.
*) Bugfix: nginx might not detect that a connection was already closed by the client when waiting for auth_delay or limit_req delay, or when working with backends.
*) Bugfix: in the eventport method.



日本語訳は、以下となります。

Changes with nginx 1.19.9                                        30 Mar 2021

*)バグ修正:nginxはngx_mail_ssl_moduleがなければメールプロキシモジュールを構築できませんでした。バグは1.19.8で現れました。
*)バグ修正:"upstream sent response body larger than indicated content length"エラーがgRPCバックエンドでの作業中に発生する可能性がありました。このバグは1.19.1で発生しました。
*)バグ修正:要求本体を破棄している間にクライアントによって接続が閉じられた場合、nginxはキープアライブタイムアウトが切れるまで接続を閉じないことがありました。
*)バグ修正:nginxは、auth_delayまたはlimit_req遅延を待っているとき、またはバックエンドを操作しているときに、クライアントによってすでに接続が閉じられていることを検出できない可能性がありました。
*)バグ修正:eventportメソッド

Opensourcetech by Takahiro Kujirai