netty5/example/src/main
Scott Mitchell 04c0d77287 HTTP/2 Server Example No Response for HTTP/1.x Only Clients
Motiviation:
The HTTP/2 server example just hangs when a client is using only HTTP with no ALPN or upgrade attempts. We should still send some kind of response.

Modifications:
The HTTP/2 server example has a special handler to detect no upgrade HTTP clients and generate a response.

Result:
Clients that just use HTTP with no upgrade will no appear hung when interacting with the HTTP/2 server example.
2015-05-18 08:40:06 -07:00
..
java/io/netty/example HTTP/2 Server Example No Response for HTTP/1.x Only Clients 2015-05-18 08:40:06 -07:00
resources Add logLevel property to enable different log levels for the examples. 2014-11-21 10:48:57 +09:00