netty5/codec-http/src
Trustin Lee 4973d06254 Make sure AggregatedFullHttpMessage.trailingHeaders() return non-null
When handling an oversized message, HttpObjectAggregator does not wait
until the last chunk is received to produce the failed message, making
AggregatedFullHttpMessage.trailingHeaders() return null.
2014-12-31 19:29:13 +09:00
..
main/java/io/netty/handler/codec Make sure AggregatedFullHttpMessage.trailingHeaders() return non-null 2014-12-31 19:29:13 +09:00
test ensure getRawQuery is not null before appending 2014-12-16 06:58:01 +01:00