Skip to content

Conversation

@dislogical
Copy link
Contributor

  • Implement new H2 decoder vtable
  • Implement the H2 decoder state machine
  • NOTE: Header blocks are not implemented yet, and as such the HEADERS, CONTINUATION, and PUSH_PROMISE frames are incomplete. These are going to require changes to the HPACK API to allow for streaming decoding.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

* Implement new H2 decoder vtable
* Implement the H2 decoder state machine
* NOTE: Header blocks are not implemented yet, and as such the HEADERS, CONTINUATION, and PUSH_PROMISE frames are incomplete
Copy link
Contributor

@JonathanHenson JonathanHenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Premature approve

Copy link
Contributor

@graebm graebm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does these and ship it

@dislogical dislogical merged commit 3ae6418 into master Oct 24, 2019
@dislogical dislogical deleted the h2-decoder branch October 24, 2019 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants