netty5/example/src/main
Scott Mitchell a7f83aa23e HTTP/2 Example Needs FullHttpRequest
Motivation:
The HTTP/2 hello world example server should be expecting a FullHttpRequest when falling back to HTTP/1.x mode.

Modifications:
- HelloWorldHttp1Handler should process FullHttpRequestObjects
- Http2ServerInitializer should insert an HttpObjectAggregator into the pipeline if no upgrade was attempted

Result:
Responses from the HelloWorldHttp1Handler should only come after full HTTP requests are received.
2015-07-07 13:50:23 -07:00
..
java/io/netty/example HTTP/2 Example Needs FullHttpRequest 2015-07-07 13:50:23 -07:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00