]> granicus.if.org Git - apache/commitdiff
Add a note about time resolution to the timeout parameters - PR61067
authorLuca Toscano <elukey@apache.org>
Fri, 5 May 2017 12:52:00 +0000 (12:52 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 5 May 2017 12:52:00 +0000 (12:52 +0000)
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

index 354b0bb2ad58baae3c9bbd01792148aa20566cfe..41afed05487cb174f99322eb95f2ec7686506cbb 100644 (file)
@@ -88,7 +88,9 @@ NONE means you bypass the check for the header but still upgrade to WebSocket.</
 
 <usage>
     <p>This directive imposes a maximum amount of time for the tunnel to be
-    left open while idle.</p>
+    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 <em>ms</em> suffix.</p>
 </usage>
 </directivesynopsis>
 
@@ -103,7 +105,9 @@ NONE means you bypass the check for the header but still upgrade to WebSocket.</
 
 <usage>
     <p>If <directive>ProxyWebsocketAsync</directive> is enabled, this directive
-    controls how long the server synchronously waits for more data.</p>
+    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 <em>ms</em> suffix.</p>
 
     <note><title>Note</title><p>Async support is experimental and subject
     to change. </p></note>