netty5/codec-http/src
Scott Mitchell 2a4276e1ff SpdyHttpHeaders are not lowercase
Motivation:
According to the SPDY spec https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.2.1-Request header names must be lowercase. Our predefined SPDY extension headers are not lowercase.

Modifications
- SpdyHttpHeaders should define header names in lower case

Result:
Compliant with SPDY spec, and header validation code does not detect errors for our own header names.
2015-09-16 11:32:01 -07:00
..
main/java/io/netty/handler/codec SpdyHttpHeaders are not lowercase 2015-09-16 11:32:01 -07:00
test [#3687] Correctly store WebSocketServerHandshaker in Channel attributes 2015-09-15 09:48:04 +02:00