Trustin Lee 832ed0c198 Fixed NETTY-130 (Chunked encoding emulation for a large non-chunked HTTP request)
* Replaced mergeChunks option with maxChunkSize
* if maxChunkSize is greater than 0 and any content or chunk larger than maxChunkSize is received, it's split into multiple chunks as if a chunked request is received.
* Added unfold option to FrameDecoder and ReplayingDecoder
2009-03-09 08:50:24 +00:00
2009-03-04 10:33:09 +00:00
2009-01-16 00:57:03 +00:00
2008-08-08 00:37:18 +00:00
2009-02-17 10:22:53 +00:00
Description
No description provided
84 MiB
Languages
Java 99.8%
Shell 0.1%