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
We already support this for IRC connections, e.g. ircdog /tmp/oragono_socket works as expected.
Supporting websockets is nontrivial. It's vaguely possible to hack this into Gorilla, but as it turns out, url.Parse doesn't like http+unix URLs with percent-encoded hostnames, so we get tripped up here:
Including http+unix URLs --- nice potential enhancement for debugging
The text was updated successfully, but these errors were encountered: