释放双眼,带上耳机,听听看~!
Nginx 1.17.5 主线版在2019年10月22日发布,主要添加功能以及修复其他错误
更新机翻日志
*)功能:现在,nginx使用ioctl(FIONREAD)(如果可用)来避免 长时间从快速连接读取数据。 *)错误修正:请求URI末尾的不完整转义字符被忽略。 *)错误修正:“/”和“/..”请求URI末尾的未规范化。 *)错误修正:修复“merge_slashes”指令中错误。 *)错误修正:修复“ignore_invalid_headers”指令中错误。 感谢Alan Kemp。 *)错误修正:Nginx无法使用MinGW-w64 gcc 8.1或更高版本构建。
官方日志
Changes with nginx 1.17.5 22 Oct 2019 *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid reading from a fast connection for a long time. *) Bugfix: incomplete escaped characters at the end of the request URI were ignored. *) Bugfix: "/." and "/.." at the end of the request URI were not normalized. *) Bugfix: in the "merge_slashes" directive. *) Bugfix: in the "ignore_invalid_headers" directive. Thanks to Alan Kemp. *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.