tokers commented on issue #5283: URL: https://github.com/apache/apisix/issues/5283#issuecomment-947237334
> [root@iZuf64g8pjwxoltlhga88cZ example]# curl -vk -H "host: wsocser2.platformcenter.net" -H "Upgrade: websocket" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: websocket" -H "Connection: Upgrade" "http://192.168.3.65:12345/ws?userId=1vbn68fv6923ff0¢reId=1v9r2sk99fc9d99" * About to connect() to 192.168.3.65 port 12345 (#0) * Trying 192.168.3.65... * Connected to 192.168.3.65 (192.168.3.65) port 12345 (#0) > GET /ws?userId=1vbn68fv6923ff0¢reId=1v9r2sk99fc9d99 HTTP/1.1 > User-Agent: curl/7.29.0 > Accept: */* > host: wsocser2.platformcenter.net > Upgrade: websocket > Sec-WebSocket-Version: 13 > Sec-WebSocket-Key: websocket > Connection: Upgrade > # This will no response and connect keepalive forever without 504 error. Why does the `101 Switching Protocols` response not send from your backend? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
