内容简介:nginx 1.21.6 主线版已发布,此版本更新了三个 bug,更新内容如下: 错误修复:当在 Linux 上使用 EPOLLEXCLUSIVE 时,客户端连接不均匀地分布在工作进程中。 错误修复:nginx 在旧的工作进程 graceful shutdown ...
nginx 1.21.6 主线版已发布,此版本更新了三个 bug,更新内容如下:
- 错误修复:当在 Linux 上使用 EPOLLEXCLUSIVE 时,客户端连接不均匀地分布在工作进程中。
- 错误修复:nginx 在旧的工作进程 graceful shutdown 时,在响应中返回 "Connection: keep-alive" header line
- 错误修复:修复在使用 TLSv1.3 时,
ssl_session_ticket_key中的错误
更多详情可查看:https://nginx.org/en/CHANGES
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- nginx 1.19.0 主线版发布
- nginx 1.19.1 主线版发布
- nginx 1.19.3 主线版发布
- nginx 1.19.4 主线版发布
- nginx 1.19.5 主线版发布
- nginx 1.19.6 主线版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!