Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix https-client compilation on Windows.
ssize_t is not defined. But using ssize_t for s in this context makes no sense, since fread returns size_t.
- Loading branch information