From: Eric Covener Date: Thu, 17 Jul 2014 18:24:43 +0000 (+0000) Subject: mark async websockets tunnel stuff as experimental X-Git-Tag: 2.5.0-alpha~3949 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee7c86455f260710c4c715bc8218968cefc591f8;p=apache mark async websockets tunnel stuff as experimental git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en b/docs/manual/mod/mod_proxy_wstunnel.html.en index 23f2aa8c66..76e2ae4a0d 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en @@ -71,6 +71,8 @@ ProxyPass /wss2/ wss://echo.websocket.org/

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.

+

Note

Async support is experimental and subject + to change.

top
@@ -86,6 +88,10 @@ ProxyPass /wss2/ wss://echo.websocket.org/

If ProxyWebsocketAsync is enabled, this directive controls how long the server synchronously waits for more data.

+

Note

Async support is experimental and subject + to change.

+ +
top

ProxyWebsocketIdleTimeout Directive

diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml index 9bd059dc0d..2503b56992 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -65,6 +65,8 @@ ProxyPass /wss2/ wss://echo.websocket.org/

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.

+ Note

Async support is experimental and subject + to change.

@@ -95,6 +97,10 @@ ProxyPass /wss2/ wss://echo.websocket.org/

If ProxyWebsocketAsync is enabled, this directive controls how long the server synchronously waits for more data.

+ + Note

Async support is experimental and subject + to change.

+