netty5/codec-http/src
Frederic Bregier cb6646da13 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:18:09 +01:00
..
main/java/io/netty/handler/codec Fix AbstractDiskHttpData int conversion from long 2014-12-08 07:18:09 +01:00
test Change the type of HTTP string properties to AsciiString 2014-12-06 18:42:58 +09:00