You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
acmorrow
changed the title
Add support HTTP2
Add support for HTTP2
Dec 3, 2015
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).
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?
The text was updated successfully, but these errors were encountered: