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
Not sure if this is related, but I also cannot seem to set host to None for certain types of URLs (example). The error just says EmptyHost but I can't find any explanation of what this is supposed to mean.
The text was updated successfully, but these errors were encountered:
In the example, after calling
url.set_host(None)
the host is actually not set toNone
, but isSome("")
.playground demo
Not sure if this is related, but I also cannot seem to set host to
None
for certain types of URLs (example). The error just saysEmptyHost
but I can't find any explanation of what this is supposed to mean.The text was updated successfully, but these errors were encountered: