[PATCH 2 of 2] Mention HTTP/3 on the index page

Maxim Dounin mdounin at mdounin.ru
Sun Jun 4 22:02:05 UTC 2023


Hello!

On Thu, Jun 01, 2023 at 06:16:43PM +0400, Sergey Kandaurov wrote:

> # HG changeset patch
> # User Sergey Kandaurov <pluknet at nginx.com>
> # Date 1685628906 -14400
> #      Thu Jun 01 18:15:06 2023 +0400
> # Node ID 08e1ceba17535e7f42a8ece311686f977b593a78
> # Parent  b891dba3aadb77b0a4621a981edbb1c6a8d3c5be
> Mention HTTP/3 on the index page.
> 
> diff --git a/xml/en/index.xml b/xml/en/index.xml
> --- a/xml/en/index.xml
> +++ b/xml/en/index.xml
> @@ -8,7 +8,7 @@
>  <article name="nginx"
>           link="/en/"
>           lang="en"
> -         rev="155">
> +         rev="156">
>  
>  
>  <section>
> @@ -100,7 +100,11 @@ TLS SNI support</link>;
>  
>  <listitem>
>  Support for <link doc="docs/http/ngx_http_v2_module.xml">HTTP/2</link>
> -with weighted and dependency-based prioritization.
> +with weighted and dependency-based prioritization;
> +</listitem>
> +
> +<listitem>
> +Support for <link doc="docs/http/ngx_http_v3_module.xml">HTTP/3</link>.
>  </listitem>
>  
>  </list>
> diff --git a/xml/ru/index.xml b/xml/ru/index.xml
> --- a/xml/ru/index.xml
> +++ b/xml/ru/index.xml
> @@ -8,7 +8,7 @@
>  <article name="nginx"
>           link="/ru/"
>           lang="ru"
> -         rev="155">
> +         rev="156">
>  
>  
>  <section>
> @@ -101,7 +101,11 @@ chunked ответы,
>  
>  <listitem>
>  Поддержка <link doc="docs/http/ngx_http_v2_module.xml">HTTP/2</link>
> -с приоритизацией на основе весов и зависимостей.
> +с приоритизацией на основе весов и зависимостей;
> +</listitem>
> +
> +<listitem>
> +Поддержка <link doc="docs/http/ngx_http_v3_module.xml">HTTP/3</link>.
>  </listitem>
>  
>  </list>

Looks good.

-- 
Maxim Dounin
http://mdounin.ru/


More information about the nginx-devel mailing list