https://bz.apache.org/bugzilla/show_bug.cgi?id=65987
--- Comment #1 from Ruediger Pluem <[email protected]> --- This is likely related to 2 things: 1. The websocket implementation of mod_proxy_http that is used by default unless you set ProxyWebsocketFallbackToProxyHttp to off uses a timeout on idle websockets. If the timeout is expired the websocket is closed. You can modify this timeout either by ProxyTimeout or a worker specific timeout parameter. 2. There was a change in the implementation that by default sockets are only half closed to the front end if the backend only half closes the connection, meaning if the backend closes only the writing side of its socket httpd will only close the writing side of its socket to the client as well. You can revert to the previous behaviour of closing the complete socket in these cases by setting the environment variable proxy-nohalfclose. Unfortunately this environment variable is not documented yet. Hence your report is at least a documentation bug. The above only works with with version 2.4.53. -- 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]
