more tags
authorJim Jagielski <jim@apache.org>
Mon, 12 Jun 2017 15:43:51 +0000 (15:43 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Jun 2017 15:43:51 +0000 (15:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1798481 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 1f4b7e5de3f669a08a9cebcb2a28b83780dad73e..b425a37186a7bb4380cba4454425f318945e00f1 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"