From: Eric Covener Date: Thu, 17 Jul 2014 18:24:43 +0000 (+0000) Subject: mark async websockets tunnel stuff as experimental X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe4f2614584b0fbb431d6ef865ffde1b86b8fab;p=thirdparty%2Fapache%2Fhttpd.git 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 23f2aa8c665..76e2ae4a0d1 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 9bd059dc0d8..2503b56992c 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.

+