]> granicus.if.org Git - apache/commitdiff
mark async websockets tunnel stuff as experimental
authorEric Covener <covener@apache.org>
Thu, 17 Jul 2014 18:24:43 +0000 (18:24 +0000)
committerEric Covener <covener@apache.org>
Thu, 17 Jul 2014 18:24:43 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611430 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_wstunnel.html.en
docs/manual/mod/mod_proxy_wstunnel.xml

index 23f2aa8c665efcf0a59983e74bde04e5e60cb318..76e2ae4a0d16c54ea691309d78c028ed99302f37 100644 (file)
@@ -71,6 +71,8 @@ ProxyPass /wss2/ wss://echo.websocket.org/</pre>
     <p>This directive instructs the server to try to create an asynchronous tunnel. 
     If the current MPM does not support the necessary features, a synchronous 
     tunnel is used.</p>
+    <div class="note"><h3>Note</h3><p>Async support is experimental and subject 
+    to change.</p></div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -86,6 +88,10 @@ ProxyPass /wss2/ wss://echo.websocket.org/</pre>
     <p>If <code class="directive">ProxyWebsocketAsync</code> is enabled, this directive 
     controls how long the server synchronously waits for more data.</p>
 
+    <div class="note"><h3>Note</h3><p>Async support is experimental and subject 
+    to change. </p></div>
+
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ProxyWebsocketIdleTimeout" id="ProxyWebsocketIdleTimeout">ProxyWebsocketIdleTimeout</a> <a name="proxywebsocketidletimeout" id="proxywebsocketidletimeout">Directive</a></h2>
index 9bd059dc0d88f25df525058ac7eb1be36c74789d..2503b56992c3911f4fd05bd9c7c156272d5dfea1 100644 (file)
@@ -65,6 +65,8 @@ ProxyPass /wss2/ wss://echo.websocket.org/
     <p>This directive instructs the server to try to create an asynchronous tunnel. 
     If the current MPM does not support the necessary features, a synchronous 
     tunnel is used.</p>
+    <note><title>Note</title><p>Async support is experimental and subject 
+    to change.</p></note>
 </usage>
 </directivesynopsis>
 
@@ -95,6 +97,10 @@ ProxyPass /wss2/ wss://echo.websocket.org/
 <usage>
     <p>If <directive>ProxyWebsocketAsync</directive> is enabled, this directive 
     controls how long the server synchronously waits for more data.</p>
+
+    <note><title>Note</title><p>Async support is experimental and subject 
+    to change. </p></note>
+
 </usage>
 </directivesynopsis>
 </modulesynopsis>