nroi / flexo

a central pacman cache
MIT License
172 stars 10 forks source link

500 is returned if file does not exist #66

Closed nroi closed 3 years ago

nroi commented 3 years ago

Steps to reproduce: Attempt to download any arbitrary file that is not available (neither locally, nor at any remote mirror), for example:

curl -v http://localhost:7878/does-not-exist

Expected result: Flexo should return a 404

Actual result: Flexo returns a 500