netty5/codec-http2
Trustin Lee 6389f18a16 Add a new HTTP/2 pseudo header :protocol (#11192)
Motivation:

RFC 8411 defines a new HTTP/2 pseudo header called `:protocol`:

- https://datatracker.ietf.org/doc/rfc8441/

Netty currently raises an exception when validating an `Http2Headers`.

Modifications:

- Added `Http2Headers.PseudoHeaderNames.PROTOCOL` so that `:protocol`
  pseudo header is not rejected.

Result:

- A user can implement WebSockets with HTTP/2.
2021-04-26 09:29:05 +02:00
..
src Add a new HTTP/2 pseudo header :protocol (#11192) 2021-04-26 09:29:05 +02:00
pom.xml Propagate SSLException to the Http2StreamChannels (#11023) 2021-02-19 08:41:55 +01:00