Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix http limitation for large "content-length"
When a request was issued to a server that returned "content-length" header whose value was greater than that of an "int" we ran into overflow problems. The fix for this was rather simple by increasing the data type to `int64_t`
- Loading branch information