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

Take stream position into account when calculating remaining length #5677

Merged
merged 1 commit into from Apr 3, 2014

Commits on Apr 3, 2014

  1. Take stream position into account when calculating remaining length

    Currently `PagedBytesReferenceStreamInput#read(byte[],int,int)` ignores
    the current pos and that causes to read past EOF
    
    Closes elastic#5667
    s1monw committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    cd552e7 View commit details
    Browse the repository at this point in the history