changeset 2794:b74f2038f2b5

Removed support of NPN for http/2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 08 Nov 2021 12:30:24 +0000
parents 4934cbc1db19
children 691de23367a7
files xml/en/docs/http/ngx_http_v2_module.xml xml/ru/docs/http/ngx_http_v2_module.xml
diffstat 2 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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="14">
+        rev="15">
 
 <section id="summary">
 
@@ -64,10 +64,8 @@ server {
 </example>
 Note that accepting HTTP/2 connections over TLS requires
 the “Application-Layer Protocol Negotiation” (ALPN) TLS extension
-support, which is available only since
+support, which is available since
 <link url="http://www.openssl.org">OpenSSL</link> version 1.0.2.
-Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose
-(available since OpenSSL version 1.0.1) is not guaranteed to work.
 </para>
 
 <para>
--- 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="14">
+        rev="15">
 
 <section id="summary">
 
@@ -64,10 +64,8 @@ server {
 </example>
 Чтобы принимать HTTP/2-соединения по TLS, необходимо
 наличие поддержки расширения “Application-Layer Protocol Negotiation” (ALPN)
-протокола TLS, появившейся лишь в
+протокола TLS, появившейся в
 <link url="http://www.openssl.org">OpenSSL</link> версии 1.0.2.
-Работа расширения “Next Protocol Negotiation” (NPN) протокола TLS
-(поддерживаемого начиная с OpenSSL версии 1.0.1) в данном случае не гарантируется.
 </para>
 
 <para>