Go to file
Trustin Lee 661acd24c8 Fixed issue: NETTY-272 HttpMessageEncoder should not prepend/append extra data around HttpChunk content if Transfer-Encoding is not chunked.
* HttpMessageEncoder now does not add any extra data around HttpChunk content if Transfer-Encoding is not 'chunked'
* Moved the utility code that checks the existance of 'Transfer-Encoding: chunked' to HttpCodecUtil so that both HttpMessageEncoder and DefaultHttpMessage can use it
2010-01-07 09:05:38 +00:00
license Relates issue: NETTY-80 Compression codec 2009-10-16 06:10:25 +00:00
src Fixed issue: NETTY-272 HttpMessageEncoder should not prepend/append extra data around HttpChunk content if Transfer-Encoding is not chunked. 2010-01-07 09:05:38 +00:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added .gitignore 2009-01-16 00:57:03 +00:00
COPYRIGHT.txt Updated author information. I want to get messages about Netty in my gmail account. 2009-10-14 05:46:40 +00:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt * Forked JZlib to support GZIP format 2009-10-21 06:07:26 +00:00
pom.xml Fixed NETTY-263 (Build fails with unzipped distribution) 2009-12-21 04:20:41 +00:00