websocketpp
websocketpp copied to clipboard
Fix IPv6 host name in initial client HTTP request
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.
I have encountered the identical issue with numerical IPv6 addresses (and explicit ports). I can confirm that this PR solved it for me.