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

Fix read bytes count #463

Closed
wants to merge 3 commits into from
Closed

Fix read bytes count #463

wants to merge 3 commits into from

Commits on Aug 11, 2015

  1. Fix read bytes count

    `read` attempts to read *up to* `chunk_size` bytes. So real chunk length
    can be less than `chunk_size`.
    z2v committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    e06f694 View commit details
    Browse the repository at this point in the history
  2. Write special test for the case

    z2v committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    d2e783a View commit details
    Browse the repository at this point in the history
  3. Adjust test

    z2v committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    81852e8 View commit details
    Browse the repository at this point in the history