内容简介:Nginx 1.12.2 已发布。 本次更新主要是修复了 bug,详细如下: 1. Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of t...
Nginx 1.12.2 已发布。
本次更新主要是修复了 bug,详细如下:
1. Bugfix: client SSL connections were immediately closed if deferred
accept and the "proxy_protocol" parameter of the "listen" directive
were used.
2. Bugfix: client connections might be dropped during configuration
testing when using the "reuseport" parameter of the "listen"
directive on Linux.
3. Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
4.Bugfix: switching to the next upstream server in the stream module
did not work when using the "ssl_preread" directive.
5. Bugfix: when using HTTP/2 client request body might be corrupted.
6.Bugfix: in handling of client addresses when using unix domain
sockets.
下载地址:http://nginx.org/en/download.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Chrome 70 稳定通道更新,修复多个高危漏洞
- Rust 1.34.1 稳定版发布,Bug 修复
- Rust 1.34.1 稳定版发布,Bug 修复
- ZooKeeper 3.4.11 稳定版发布,Bug 修复版本
- Wine 3.0.3 稳定版发布,修复大量 Bug
- tbox v1.6.2 更新,修复一些稳定性问题
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Clojure编程
Chas Emerick、Brian Carper、Christophe Grand / 徐明明、杨寿勋 / 电子工业出版社 / 2013-3-26 / 99.00元
Clojure是一种实用的通用语言,它是传奇语言LISP的方言,可与Ruby、Python等动态语言相媲美,更以无缝Java库、服务,以及拥有JVM系统得天独厚的资源优势而胜出。本书既可以用来熟悉Clojure基础知识与常见例子,也可了解其相关的实践领域与话题,更可以看到这一JVM平台上的LISP如何帮助消除不必要的复杂性,为大家在编程实践中解决最具挑战性的问题开辟新的选择——更具灵活性,更适于W......一起来看看 《Clojure编程》 这本书的介绍吧!