mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 07:22:17 +00:00
Download number of file getting incremented on HEAD request #253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dopessoa on GitHub.
When you send a HEAD request to a file, the counter of downloads is incremented, is this how it should be?
I guess HEAD requests souldn't count as downloads.
Steps to reproduce:
@paolafrancesca commented on GitHub:
@dopessoa I think you're right. I didn't pay attention to that behaviour, I will see how to fix