From ee7c86455f260710c4c715bc8218968cefc591f8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 17 Jul 2014 18:24:43 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_wstunnel.html.en | 6 ++++++ docs/manual/mod/mod_proxy_wstunnel.xml | 6 ++++++ 2 files changed, 12 insertions(+) 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.

+
-- 2.50.1