netty5/codec-http
Frederic Bregier 9b2fede68e Fix AbstractDiskHttpData int conversion from long
Motivations:
The chunkSize might be oversized after comparison (size being > of int
capacity) if file size is bigger than an integer.

Modifications:
Change it to long.

Result:
There is no more int oversized.

Same fix for 4.1 and Master
2014-12-08 07:17:46 +01:00
..
src Fix AbstractDiskHttpData int conversion from long 2014-12-08 07:17:46 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00