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

Move QPACK control instructions to dedicated streams #1238

Merged
merged 3 commits into from
May 15, 2018

Commits on May 15, 2018

  1. Move QPACK control instructions to dedicated streams

    1. Give QPACK encoders and decoders their own unidirectional streams (hardcoded to 6,7,10,11 for now)
    2. Define simple framing for encoder stream
    3. Move HEADER_ACK from HTTP over QUIC frame to QPACK instruction
    4. Introduce Table State Synchronize instruction
    
    Closes #1121 and #1122
    afrind committed May 15, 2018
    Configuration menu
    Copy the full SHA
    6a026fd View commit details
    Browse the repository at this point in the history
  2. +----+ => -----

    MikeBishop authored and afrind committed May 15, 2018
    Configuration menu
    Copy the full SHA
    dd1c678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d22aa View commit details
    Browse the repository at this point in the history