Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadableFileHandleProtocol.readToEnd can fail to read the complete contents of file sizes less than the single shot read limit #2769

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 6, 2024

  1. Use chunked file read even when the read size is less than the single…

    … shot read limit since readChunk is not guaranteed to read all the requested bytes
    rpecka committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5de0623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecbb478 View commit details
    Browse the repository at this point in the history