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
Actually because of the way the HTTP mux works, we might not want to do that. In particular, a path ending in "/" winds up getting muxed to all paths, whereas "" would only match the implied "/".
An empty websocket path is the same same as "/" per the HTTP RFC. We should canonicalize the URL as specified.
The text was updated successfully, but these errors were encountered: