https://bz.apache.org/bugzilla/show_bug.cgi?id=61067
--- Comment #2 from Luca Toscano <[email protected]> --- Hi Armin, thanks a lot for the report. I checked and we use ap_timeout_parameter_parse for the ProxyWebsocketIdleTimeout, and this is its description: * Parse a given timeout parameter string into an apr_interval_time_t value. * The unit of the time interval is given as postfix string to the numeric * string. Currently the following units are understood: * * ms : milliseconds * s : seconds * mi[n] : minutes * h : hours * * If no unit is contained in the given timeout parameter the default_time_unit * will be used instead. So in this case the doc is saying that if you append "ms" to the number (eg. ProxyWebsocketIdleTimeout 100ms) it will be milliseconds, otherwise seconds (eg. ProxyWebsocketIdleTimeout 100). Maybe we could add a better explanation, it is not super clear. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
