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
If we can have directories, then the trailing slashes cannot be all trimmed immediately before parsing, as we must allow leaving 1 trailing /. But more than 1 / gets trimmed all to just one /.
It seems that a path like
/unix/a/b/c/
is interpreted as/unix/a/b/c
. Does this mean we cannot represent directory paths in multiaddr?The text was updated successfully, but these errors were encountered: