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

http2 compat tests #27

Open
ronag opened this issue Sep 13, 2017 · 1 comment
Open

http2 compat tests #27

ronag opened this issue Sep 13, 2017 · 1 comment

Comments

@ronag
Copy link

ronag commented Sep 13, 2017

Maybe we should have some tests against http2 compat? Also, I think some optimizations can be performed for the http2 case.

@dougwilson
Copy link
Contributor

Yea, now that there are some Node.js releases with http2 flagged, seems like a good time to start. There are four main items that we probably want to detect finished state for I think:

  1. Request
  2. Response
  3. The stream
  4. The overall session

I will take a look and dig in soon :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants