netty5/codec-http/src/main/java/io/netty/handler/codec
Stephane Landelle 881ff3cd98 Drop broken DefaultCookie name validation, close #4999
Motivation:

DefaultCookie constructor performs a name validation that doesn’t match
RFC6265. Moreover, such validation is already performed in strict
encoders and decoders.

Modifications:

Drop DefaultCookie name validation, rely on encoders and decoders.

Result:

no more duplicate broken validation
2016-03-22 12:32:09 +01:00
..
http Drop broken DefaultCookie name validation, close #4999 2016-03-22 12:32:09 +01:00
rtsp Fix errors reported by javadoc 2015-12-27 08:36:45 +01:00
spdy Use ByteBufAllocator to allocate ByteBuf for FullHttpMessage Motivation: When converting SPDY or HTTP/2 frames to HTTP/1.x, netty always used an unpooled heap ByteBuf. 2016-02-17 19:55:52 -08:00