Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable short reads when chunked (fixes #28)
When chunked transfer encoding is used, the size of the chunk is prepended to each chunk. When calling read1 on the raw file-pointer, this data is not stripped off and breaks the JSON formatting.
- Loading branch information