内容简介: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 更新,修复一些稳定性问题
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法设计与实验题解
王晓东 / 电子工业 / 2006-9 / 46.00元
《算法设计与实验题解》是与普通高等教育“十一五”国家级规划教材《计算机算法设计与分析》(第2版)配套的辅助教材,对主教材中的全部习题做了解答或给出了解题思路提示,并对主教材的内容进行了扩展,有些主教材中无法讲述的较深入的主题以习题的形式展现出来。为了提高学生解决实际问题的能力,《算法设计与实验题解》还将主教材中的许多习题改造成算法实现题,要求学生设计出算法并上机实现。作者还结合精品课程建设,进行了......一起来看看 《算法设计与实验题解》 这本书的介绍吧!