From: Luca Toscano
Date: Fri, 5 May 2017 12:52:00 +0000 (+0000)
Subject: Add a note about time resolution to the timeout parameters - PR61067
X-Git-Tag: 2.5.0-alpha~430
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24f1136366a9586a6bec96ee255a9c7377572ca;p=apache
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
---
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.
NoteAsync support is experimental and subject
to change.