You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poco::URI::getPort relies on getWellKnownPort to guess ports for http, https, etc, but gives up on the websocket schemes (ws:, wss:). These should be 80 and 443.