RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
36 stars 12 forks source link

Unnecessary trailing slash added to non-prefix entries #44

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

After a PUT request to a path like hyper://<pubkey>/nested/file.txt, a GET request to hyper://<pubkey>/nested/ yields ['file.txt/'], instead of the expected ['file.txt'].

josephmturner commented 1 year ago

I can confirm that this is no longer an issue.