Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: speed up module loading, skip EOF read
Stop reading from disk when we read fewer bytes than requested because the next read will be the zero-sized EOF. PR-URL: #9132 Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information