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

Transport: Do not make the buffer skip while a stream is open. #11988

Merged
merged 1 commit into from Jul 2, 2015

Commits on Jul 2, 2015

  1. Transport: Do not make the buffer skip while a stream is open.

    This commit changes MessageChannelHandler to not skip the underlying
    ChannelBuffer while a StreamInput is open on top of it. In case eg. compression
    is enabled, this prevents failures due to the fact that the decompressed
    stream input expects a certain structure that it can't verify if the position
    of the underlying buffer is changed.
    jpountz committed Jul 2, 2015
    Copy the full SHA
    7482e13 View commit details
    Browse the repository at this point in the history