xml/en/docs/http/ngx_http_v2_module.xml |  20 +++++++++++++++++++-
 xml/ru/docs/http/ngx_http_v2_module.xml |  20 +++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)


# HG changeset patch
# User Yaroslav Zhuravlev <y...@nginx.com>
# Date 1686664669 -3600
#      Tue Jun 13 14:57:49 2023 +0100
# Node ID 4bb6a5759758dab2351f70cdd5942a7d1ed03e99
# Parent  d0b3b7889bfa45ce03845acdc51919463f455874
Deprecated HTTP/2 Server Push directives.

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 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -164,6 +164,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+This directive is obsolete since version 1.25.1.
+</note>
+</para>
+
+<para>
 Limits the maximum number of concurrent
 <link id="http2_push">push</link> requests in a connection.
 </para>
@@ -277,6 +283,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+This directive is obsolete since version 1.25.1.
+</note>
+</para>
+
+<para>
 Pre-emptively sends
 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2";>pushes</link>)
 a request to the specified <value>uri</value>
@@ -309,6 +321,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+This directive is obsolete since version 1.25.1.
+</note>
+</para>
+
+<para>
 Enables automatic conversion of
 <link url="https://www.w3.org/TR/preload/#server-push-http-2";>preload
 links</link>
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 @@
 <module name="Модуль ngx_http_v2_module"
         link="/ru/docs/http/ngx_http_v2_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -164,6 +164,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+Эта директива устарела начиная с версии 1.25.1.
+</note>
+</para>
+
+<para>
 Ограничивает максимальное число параллельных
 <link id="http2_push">push</link>-запросов в соединении.
 </para>
@@ -277,6 +283,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+Эта директива устарела начиная с версии 1.25.1.
+</note>
+</para>
+
+<para>
 Заблаговременно отправляет
 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2";>push</link>) запрос
 к заданному <value>uri</value>
@@ -309,6 +321,12 @@
 <appeared-in>1.13.9</appeared-in>
 
 <para>
+<note>
+Эта директива устарела начиная с версии 1.25.1.
+</note>
+</para>
+
+<para>
 Разрешает автоматическое преобразование
 <link url="https://www.w3.org/TR/preload/#server-push-http-2";>preload
 links</link>,
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to