# HG changeset patch # User Yaroslav Zhuravlev # Date 1613485030 0 # Node ID d13341d3c54a5af0eb62be5f9a8cbe1185149d5a # Parent 9fc25ea7a92cf3d33a33bf4d70435c5e8df54f7b Marked some directives as obsolete in HTTP/2. The following directives are marked as obsolete: http2_idle_timeout, http2_max_field_size, http2_max_header_size, http2_max_requests, http2_recv_timeout. diff --git a/xml/en/docs/http/ngx_http_v2_module.xml b/xml/en/docs/http/ngx_http_v2_module.xml --- a/xml/en/docs/http/ngx_http_v2_module.xml +++ b/xml/en/docs/http/ngx_http_v2_module.xml @@ -9,7 +9,7 @@ + rev="14">
@@ -127,6 +127,14 @@ HOL blocking. server + +This directive is obsolete since version 1.19.7. +The +directive should be used instead. + + + + Sets the timeout of inactivity after which the connection is closed. @@ -169,6 +177,14 @@ in a connection. server + +This directive is obsolete since version 1.19.7. +The +directive should be used instead. + + + + Limits the maximum size of an HPACK-compressed request header field. @@ -188,6 +204,14 @@ For most requests, the default limit sho server + +This directive is obsolete since version 1.19.7. +The +directive should be used instead. + + + + Limits the maximum size of the entire request header list after HPACK decompression. For most requests, the default limit should be enough. @@ -204,6 +228,14 @@ For most requests, the default limit sho 1.11.6 + +This directive is obsolete since version 1.19.7. +The +directive should be used instead. + + + + Sets the maximum number of requests (including push requests) that can be served through one HTTP/2 connection, @@ -294,6 +326,14 @@ input buffer. server + +This directive is obsolete since version 1.19.7. +The +directive should be used instead. + + + + Sets the timeout for expecting more data from the client, after which the connection is closed. diff --git a/xml/ru/docs/http/ngx_http_v2_module.xml b/xml/ru/docs/http/ngx_http_v2_module.xml --- a/xml/ru/docs/http/ngx_http_v2_module.xml +++ b/xml/ru/docs/http/ngx_http_v2_module.xml @@ -9,7 +9,7 @@ + rev="14">
@@ -127,6 +127,14 @@ server { server + +Эта директива устарела начиная с версии 1.19.7. +Вместо неё следует использовать директиву +. + + + + Задаёт таймаут неактивности, после которого соединение закрывается. @@ -169,6 +177,14 @@ server { server + +Эта директива устарела начиная с версии 1.19.7. +Вместо неё следует использовать директиву +. + + + + Ограничивает максимальный размер заголовка запроса, сжатого при помощи HPACK. @@ -188,6 +204,14 @@ server { server + +Эта директива устарела начиная с версии 1.19.7. +Вместо неё следует использовать директиву +. + + + + Ограничивает максимальный размер всего списка заголовков запроса после распаковки HPACK. Ограничение по умолчанию подходит для большинства запросов. @@ -204,6 +228,14 @@ server { 1.11.6 + +Эта директива устарела начиная с версии 1.19.7. +Вместо неё следует использовать директиву +. + + + + Задаёт максимальное число запросов (включая push-запросы), которые можно сделать по одному соединению HTTP/2, @@ -293,6 +325,14 @@ links, server + +Эта директива устарела начиная с версии 1.19.7. +Вместо неё следует использовать директиву +. + + + + Задаёт таймаут в случае, когда от клиента ожидаются ещё данные, после которого соединение закрывается.