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
feat: add a custom header with infohash to the download endpoints
Endpoint where you can download a torrent file have now a custom header
containing the torrent infohash:
The name of the header is: "x-torrust-torrent-infohash"
It is added becuase in the frontend we need the infohash in a cypress
test and this way we do not need to parse the downloaded torrent which
is faster and simpler.
0 commit comments