https://bz.apache.org/bugzilla/show_bug.cgi?id=64946
--- Comment #3 from Mohammed <[email protected]> --- I tried to set this parameter upgrade=websocket next to my proxypass However when I send a socket request of a such structure: data1: websocket upgrade bad headers data2: somedata proxywstunnel wakes up from poll sends data1 gets 400 from the backend socket apache returns the 400 to the client As soon as the client closes the socket proxywstunnel wakes up again from poll and sends in data2 to the backend socket. I see that this problem is still in mod_proxy_wstunnel, if you log the behaviour of proxy_wstunnel_handler It doesn't exit or abort the connection when it gets 400 from the backend socket in the begining of the handshake, it just continues the while loop as !done still polls. See https://bz.apache.org/bugzilla/show_bug.cgi?id=69538 -- 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]
