Commit e13b29f3 authored by Luca Toscano's avatar Luca Toscano
Browse files

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
parent d2b932c1
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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>