websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

Fix IPv6 host name in initial client HTTP request

Open thorsten-klein opened this issue 6 years ago • 1 comments

The issue is related to #601 and was occurring in WebSocket client functionality when used in IPv6 network. The host name in the initial HTTP request did not comply with the RFC. That caused the server to reject the connection.

thorsten-klein avatar Mar 24 '20 10:03 thorsten-klein

I have encountered the identical issue with numerical IPv6 addresses (and explicit ports). I can confirm that this PR solved it for me.

barsnick avatar Apr 19 '20 18:04 barsnick