From ea3a6c2057e12d96eeb0d8768b43ba7c2583c09a Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 3 Mar 2020 18:04:21 +0300 Subject: [PATCH] nginx-1.17.9-RELEASE --- docs/xml/nginx/changes.xml | 76 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0bf680c16..818b983f4 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,82 @@ + + + + +теперь nginx не разрешает +несколько строк "Host" в заголовке запроса. + + +now nginx does not allow +several "Host" request header lines. + + + + + +nginx игнорировал дополнительные +строки "Transfer-Encoding" в заголовке запроса. + + +nginx ignored additional +"Transfer-Encoding" request header lines. + + + + + +утечки сокетов при использовании HTTP/2. + + +socket leak when using HTTP/2. + + + + + +в рабочем процессе мог произойти segmentation fault, +если использовался OCSP stapling. + + +a segmentation fault might occur in a worker process +if OCSP stapling was used. + + + + + +в модуле ngx_http_mp4_module. + + +in the ngx_http_mp4_module. + + + + + +при перенаправлении ошибок с кодом 494 с помощью директивы error_page +nginx возвращал ответ с кодом 494 вместо 400. + + +nginx used status code 494 instead of 400 +if errors with code 494 were redirected with the "error_page" directive. + + + + + +утечки сокетов при использовании подзапросов в модуле njs и директивы aio. + + +socket leak when using subrequests in the njs module and the "aio" directive. + + + + + +