[PATCH] Updated link to HTTP/2 RFC
Yaroslav Zhuravlev
yar at nginx.com
Tue Jun 13 15:10:00 UTC 2023
> On 13 Jun 2023, at 15:15, Sergey Kandaurov <pluknet at nginx.com> wrote:
[...]
>> <para>
>> Заблаговременно отправляет
>> -(<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>) запрос
>> -к заданному <value>uri</value>
>> +(<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>)
>> +запрос к заданному <value>uri</value>
>
> unnecessary line re-wrap
Thank you, patch updated:
# HG changeset patch
# User Yaroslav Zhuravlev <yar at nginx.com>
# Date 1686668773 -3600
# Tue Jun 13 16:06:13 2023 +0100
# Node ID 412c0e5eabcc4e1b988e3166b2b940415594df34
# Parent d1a663e44fa8923c268551302b67d798060de027
Updated link to HTTP/2 RFC.
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="17">
+ rev="18">
<section id="summary">
@@ -75,7 +75,7 @@
is set to the value “<literal>on</literal>”,
the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
should be configured to comply with
-<link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#appendix-A">RFC 9113, Appendix A</link>
black list and supported by clients.
</para>
@@ -290,7 +290,7 @@
<para>
Pre-emptively sends
-(<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>)
+(<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">pushes</link>)
a request to the specified <value>uri</value>
along with the response to the original request.
Only relative URIs with absolute path will be processed,
@@ -331,7 +331,7 @@
<link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
links</link>
specified in the <header>Link</header> response header fields into
-<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>
requests.
</para>
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="17">
+ rev="18">
<section id="summary">
@@ -75,7 +75,7 @@
установлена в значение “<literal>on</literal>”,
<link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">шифры</link>
должны быть настроены таким образом, чтобы соответствовать чёрному списку
-<link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>,
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#appendix-A">RFC 9113, Appendix A</link>,
а также поддерживаться клиентами.
</para>
@@ -290,7 +290,7 @@
<para>
Заблаговременно отправляет
-(<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>) запрос
+(<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>) запрос
к заданному <value>uri</value>
вместе с ответом на оригинальный запрос.
Будут обработаны только относительные URI с абсолютными путями,
@@ -331,7 +331,7 @@
<link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
links</link>,
указанных в полях <header>Link</header> заголовка ответа, в
-<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>-запросы.
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>-запросы.
</para>
</directive>
More information about the nginx-devel
mailing list