らっちゃいブログ

日々の学びと気づきを発信するブログ

Nginx1.9.15がリリースされました

スポンサーリンク

タイトルの通りですが、Nginx1.9.15がリリースされています。

昨日こういう記事を書いたばかりなので、今後も随時リリース情報をお伝えしていこうかと思います。

racchai.hatenablog.com

さて、以下が変更点を見ていきましょう。

http://nginx.org/en/CHANGES

Changes with nginx 1.9.15 19 Apr 2016

*) Bugfix: “recv() failed” errors might occur when using HHVM as a FastCGI server.

*) Bugfix: when using HTTP/2 and the “limit_req” or “auth_request” directives a timeout or a “client violated flow control” error might occur while reading client request body; the bug had appeared in 1.9.14.

*) Workaround: a response might not be shown by some browsers if HTTP/2 was used and client request body was not fully read; the bug had appeared in 1.9.14.

*) Bugfix: connections might hang when using the “aio threads” directive. Thanks to Mindaugas Rasiukevicius.

ほとんどが Buffix ですね。急いでアップデートが必要という内容ではなさそうです。

HTTP/2 を使ってる人はちょっと見ておいたら?という程度かと。

リリースサイクルが早まってきていて、ここのところ軽微な修正ばかりなので、そろそろ安定板が出るでしょうか?

期待して待ちましょう。