netty5/codec-http/src/main/java/io/netty/handler/codec
Norman Maurer 8edfde3f26 [#2650] Allow to disable http header validation in SpdyHttpDecoder and SpdyHttpCodec
Motivation:

HTTP header validation can be expensive so we should allow to disable it like we do in HttpObjectDecoder.

Modification:

Add constructor argument to disable validation.

Result:
Performance improvement
2014-07-11 08:33:37 +02:00
..
http Reuse previous created HttpHeaders by HttpObjectAggregator 2014-07-11 07:08:12 +02:00
rtsp Fix most inspector warnings 2014-07-02 19:55:07 +09:00
spdy [#2650] Allow to disable http header validation in SpdyHttpDecoder and SpdyHttpCodec 2014-07-11 08:33:37 +02:00