adishegde / media_hub

Decentralized file sharing over LAN
https://adishegde.github.io/media_hub/
MIT License
25 stars 2 forks source link

Error handling for HTTP Service #1

Closed adishegde closed 6 years ago

adishegde commented 6 years ago

Currently, files are not being served with proper error handling. There might be a lot of possibilities for incorrect headers and requests to result in fatal errors. Thus the HTTP service needs to be cleaned up and proper error handling has to be done.

adishegde commented 6 years ago

v0.1.0 handles common errors that can occur. It tries to log unknown errors.