diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 8b22fbd9d..91f7d7e04 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,102 @@ + + + + +режим привязки сессий; +директива sticky в блоке upstream модуля http; +директива server поддерживает параметры route и drain. + + +session affinity support; +the "sticky" directive in the "upstream" block of the "http" module; +the "server" directive supports the "route" and "drain" parameters. + + + + + +теперь nginx ограничивает размер и частоту отправки пакетов +QUIC stateless reset. + + +now nginx limits the size and rate of QUIC stateless reset packets. + + + + + +получение QUIC-пакета в другом рабочем процессе +могло приводить к разрыву соединения. + + +receiving a QUIC packet by a wrong worker process +could cause the connection to terminate. + + + + + +при отправке закэшированного ответа HTTP/2 +в логах могли появляться сообщения +"[crit] cache file ... contains invalid header". + + +"[crit] cache file ... contains invalid header" +messages might appear in logs +when sending a cached HTTP/2 response. + + + + + +проксирование на scgi-бэкенды могло не работать при использовании +chunked transfer encoding и директивы scgi_request_buffering.
+Спасибо Mufeed VH. +
+ +proxying to scgi backends might not work when using +chunked transfer encoding and the "scgi_request_buffering" directive.
+Thanks to Mufeed VH. +
+
+ + + +в модуле ngx_http_mp4_module.
+Спасибо Andrew Lacambra. +
+ +in the ngx_http_mp4_module.
+Thanks to Andrew Lacambra. +
+
+ + + +nginx считал запятую разделителем в строке "Cookie" +заголовка запроса при вычислении переменных "$cookie_...". + + +nginx treated a comma as separator in the "Cookie" +request header line when evaluating "$cookie_..." variables. + + + + + +в парсинге литеральных аргументов IMAP команд. + + +in IMAP command literal argument parsing. + + + +
+ +