From d24f1136366a9586a6bec96ee255a9c7377572ca Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Fri, 5 May 2017 12:52:00 +0000 Subject: [PATCH] Add a note about time resolution to the timeout parameters - PR61067 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1794044 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_wstunnel.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml index 354b0bb2ad..41afed0548 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -88,7 +88,9 @@ NONE means you bypass the check for the header but still upgrade to WebSocket.

This directive imposes a maximum amount of time for the tunnel to be - left open while idle.

+ left open while idle. The timeout is considered in seconds by default, but + it is possible to increase the time resolution to milliseconds + adding the ms suffix.

@@ -103,7 +105,9 @@ NONE means you bypass the check for the header but still upgrade to WebSocket.

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

+ controls how long the server synchronously waits for more data. The timeout + is considered in seconds by default, but it is possible to increase + the time resolution to milliseconds adding the ms suffix.

Note

Async support is experimental and subject to change.

-- 2.50.1