Opensourcetechブログ

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

nginx mainline 1.19.6 released.


LinuCエヴァンジェリストの鯨井貴博@opensourcetechです。
f:id:opensourcetech:20201216220718p:plain:w300

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

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

Changes with nginx 1.19.6                                        15 Dec 2020

*) Bugfix: "no live upstreams" errors if a "server" inside "upstream" block was marked as "down".
*) Bugfix: a segmentation fault might occur in a worker process if HTTPS was used; the bug had appeared in 1.19.5.
*) Bugfix: nginx returned the 400 response on requests like "GET http://example.com?args HTTP/1.0".
*) Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module. Thanks to Chris Newton.



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

Changes with nginx 1.19.6                                        15 Dec 2020

*)バグ修正:"upstream"ブロック内の"server"が"down"としてマークされている場合、"no live upstreams"というエラーが発生していた。
*)バグ修正:HTTPSが使用された場合、ワーカープロセスでセグメンテーション違反が発生する可能性がありました。バグは1.19.5で発生していました。
*)バグ修正:nginxは、 "GET http://example.com?args HTTP/1.0"などのリクエストで400の応答を返していました。
*)バグ修正:ngx_http_flv_moduleおよびngx_http_mp4_module。 Chris Newtonに感謝します。

Opensourcetech by Takahiro Kujirai