# HG changeset patch # User Maxim Dounin # Date 1571757368 -10800 # Node ID 9af0dddbddb2c368bfedd2801bc100ffad01e19b # Parent 4f6e315eef157e8e8982b4593aeb455db51604eb nginx-1.17.5-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- 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. + + + +
+ +