From 8fce961b60555e4ead10dcdbce43e43a40afa9df Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 22 Oct 2019 18:16:08 +0300 Subject: [PATCH] nginx-1.17.5-RELEASE --- docs/xml/nginx/changes.xml | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fd7e3083cbb..29738dad4f1 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,69 @@ + + + + +теперь nginx использует вызов ioctl(FIONREAD), если он доступен, +чтобы избежать чтения из быстрого соединения в течение долгого времени. + + +now nginx uses ioctl(FIONREAD), if available, +to avoid reading from a fast connection for a long time. + + + + + +неполные закодированные символы в конце URI запроса игнорировались. + + +incomplete escaped characters at the end of the request URI were ignored. + + + + + +"/." и "/.." в конце URI запроса не нормализовывались. + + +"/." and "/.." at the end of the request URI were not normalized. + + + + + +в директиве merge_slashes. + + +in the "merge_slashes" directive. + + + + + +в директиве ignore_invalid_headers.
+Спасибо Alan Kemp. +
+ +in the "ignore_invalid_headers" directive.
+Thanks to Alan Kemp. +
+
+ + + +nginx не собирался с MinGW-w64 gcc 8.1 и новее. + + +nginx could not be built with MinGW-w64 gcc 8.1 or newer. + + + +
+ +