]> granicus.if.org Git - apache/commitdiff
Synch with 2.4.x.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Jun 2018 20:41:09 +0000 (20:41 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Jun 2018 20:41:09 +0000 (20:41 +0000)
mod_http2 is no more marked as experimental.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834268 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index de9d47a449b01adde94c7bf8e0b2c25c649b40e6..88949e95350ceba32a6bfab8beae6b0673a46298 100644 (file)
         <p>This module relies on <a href="http://nghttp2.org/">libnghttp2</a>
         to provide the core http/2 engine.</p>
         
-        <note type="warning"><title>Warning</title>
-            <p>This module is experimental. Its behaviors, directives, and 
-                defaults are subject to more change from release to 
-                release relative to other standard modules. Users are encouraged to 
-                consult the "CHANGES" file for potential updates.</p>
-        </note>
-        
         <p>You must enable HTTP/2 via <directive module="core">Protocols</directive>
         in order to use the functionality described in this document. The
         HTTP/2 protocol <a href="https://http2.github.io/faq/#does-http2-require-encryption"