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

Add support for HTTP2 #104

Open
acmorrow opened this issue Dec 3, 2015 · 1 comment
Open

Add support for HTTP2 #104

acmorrow opened this issue Dec 3, 2015 · 1 comment

Comments

@acmorrow
Copy link

acmorrow commented Dec 3, 2015

I see there is some SPDY work, but it isn't clear how to make it do anything. Also, since HTTP2 now supplants SPDY, maybe better to just implement that?

@acmorrow acmorrow changed the title Add support HTTP2 Add support for HTTP2 Dec 3, 2015
@mikedickey
Copy link
Contributor

The SPDY parsing capability was added to support passive capture of SPDY traffic by our Stream product. It was sort of experimental; we intended to roll client/server support into the library but never ended coming back to it. As it stands now, it's basically dead code (even Stream is using something different now). It would be great if someone could rework/refactor this code as the basis for HTTP/2 support (or just replace it altogether, if necessary).

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

No branches or pull requests

2 participants