Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevents premature EOFError on blocking reads
Blocks until the required number of bytes has been read. Only throws EOFError on actual EOF. Fixes JuliaLang#13559.
- Loading branch information