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

Correctly buffer multiple outbound streams if needed. #8694

Merged
merged 1 commit into from
Jan 14, 2019

Commits on Jan 14, 2019

  1. Correctly buffer multiple outbound streams if needed.

    Motivation:
    
    In Http2FrameCodec we made the incorrect assumption that we can only have 1 buffered outboundstream as maximum. This is not correct and we need to account for multiple buffered streams.
    
    Modifications:
    
    - Use a map to allow buffer multiple streams
    - Add unit test.
    
    Result:
    
    Fixes #8692.
    normanmaurer committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e4a2d06 View commit details
    Browse the repository at this point in the history