From 0febe9a095d2274e027bb288c58576c6e8180879 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 27 Nov 2018 17:40:20 +0300 Subject: nginx-1.15.7-RELEASE --- docs/xml/nginx/changes.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 43a21e5f1..0738e6fcc 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,62 @@ + + + + +директива proxy_requests в модуле stream. + + +the "proxy_requests" directive in the stream module. + + + + + +параметр "delay" директивы "limit_req".
+Спасибо Владиславу Шабанову и Петру Щучкину. +
+ +the "delay" parameter of the "limit_req" directive.
+Thanks to Vladislav Shabanov and Peter Shchuchkin. +
+
+ + + +утечки памяти в случае ошибок при переконфигурации. + + +memory leak on errors during reconfiguration. + + + + + +в переменных $upstream_response_time, $upstream_connect_time и +$upstream_header_time. + + +in the $upstream_response_time, $upstream_connect_time, and +$upstream_header_time variables. + + + + + +в рабочем процессе мог произойти segmentation fault, +если использовался модуль ngx_http_mp4_module на 32-битных платформах. + + +a segmentation fault might occur in a worker process +if the ngx_http_mp4_module was used on 32-bit platforms. + + + +
+ + -- cgit v1.2.3