RangerMauve / hypercore-fetch

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

Append path to link header #42

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

In v8.6.1, the link header included the appended path:

const canonical = `hyper://${archive.key.toString('hex')}${path || ''}`
responseHeaders.Link = `<${canonical}>; rel="canonical"

Now, in v9.0.2, no path is appended. Only drive.core.url is returned.

RangerMauve commented 1 year ago

Fixed in 9.0.3