内容简介: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 更新,修复一些稳定性问题
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Computing Patterns in Strings
Bill Smyth / Addison Wesley / 2003 / $ 75.00
The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!