[users@httpd] Re: mod_proxy_wstunnel hijacks subsequent http requests in same tcp connection after websocket handshake error

2020-11-25 Thread Jon Harper
27;http://localhost:8080/' # BUG? prints both http requests to the nc server, instead of serving files for the first request $ curl -v -H 'Connection: Upgrade' -H 'Upgrade: websocket' 'http://localhost:8080/ws/gateway/notification/notify' --next 'http:/

[users@httpd] mod_proxy_wstunnel hijacks subsequent http requests in same tcp connection after websocket handshake error

2020-11-25 Thread Jon Harper
Hi list, I'm seeking help for the following problem. I have an httpd doing two things: - serving files - reverse proxying websockets to a backend server. In the general case, things work fine. However, when the websocket server refuses the websocket handshake with httpd by replying 401 Unauthoriz