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
So, protocol() returns https: but default_port() needs a scheme (no ':'). Plus, there is no url::scheme() provided. Is this some overlooking ? Having to strip the ':' every time is annoying.
The text was updated successfully, but these errors were encountered:
So,
protocol()
returnshttps:
butdefault_port()
needs a scheme (no ':'). Plus, there is nourl::scheme()
provided. Is this some overlooking ? Having to strip the ':' every time is annoying.The text was updated successfully, but these errors were encountered: