netty5/example/src/main
Scott Mitchell 1d4d5fe312 DefaultHttp2Headers should throw exception of type Http2Exception
Motivation:
The DefaultHttp2Headers code is throwing a IllegalArgumentException if an invalid character is detected. This is being ignored by the HTTP/2 codec instead of generating a GOAWAY.

Modifications:
- Throw a Http2Exception of type PROTOCOL_ERROR in accordance with https://tools.ietf.org/html/rfc7540#section-8.1.2.6
- Update examples which were building invalid headers

Result:
More compliant with https://tools.ietf.org/html/rfc7540#section-8.1.2.6
2015-09-16 13:47:05 -07:00
..
java/io/netty/example DefaultHttp2Headers should throw exception of type Http2Exception 2015-09-16 13:47:05 -07:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00