[PATCH] Updated link to HTTP/2 RFC

Sergey Kandaurov pluknet at nginx.com
Tue Jun 13 14:15:51 UTC 2023


> On 13 Jun 2023, at 18:01, Yaroslav Zhuravlev <yar at nginx.com> wrote:
> 
> xml/en/docs/http/ngx_http_v2_module.xml |   8 ++++----
> xml/ru/docs/http/ngx_http_v2_module.xml |  10 +++++-----
> 2 files changed, 9 insertions(+), 9 deletions(-)
> 
> 
> # HG changeset patch
> # User Yaroslav Zhuravlev <yar at nginx.com>
> # Date 1686664851 -3600
> #      Tue Jun 13 15:00:51 2023 +0100
> # Node ID e201839f8e3db178307ddad117d9ea2a0178078f
> # Parent  d3d92847093849fe5aabc0f691409eae116390bc
> 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,8 +290,8 @@
> 
> <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

> вместе с ответом на оригинальный запрос.
> Будут обработаны только относительные 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>

-- 
Sergey Kandaurov


More information about the nginx-devel mailing list