netty5/codec-http2
nmittler e769cb3917 Adding support for HTTP/2 initialization handshake.
Motivation:

The current HTTP/2 support does not properly comply with the HTTP/2 spec
wrt startup.

Modifications:

Changed the frame codec as well as the connection handler to support
exchange of the connection preface, followed immediately by an initial
settings frame.

Result:

The HTTP/2 initialization handshake will be in compliance with the spec.
Will need more work to support the upgrade protocols, however :)
2014-04-11 06:50:42 +02:00
..
src Adding support for HTTP/2 initialization handshake. 2014-04-11 06:50:42 +02:00
pom.xml Removing HTTP2 module's dependency on guava 2014-04-06 18:58:39 +02:00