Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/airliftd: fix serving small files (resolves #35)
Resolved a misuse of io.ReadFull used to detect MIME type. io.EOF may be returned if file is smaller than provided buffer.
- Loading branch information