netty5/codec-http/src/main/java/io/netty/handler/codec
Alexey Parfenov 087d329d07 Fix integer overflow in HttpObjectEncoder when handling chunked encoding and FileRegion > Integer.MAX_VALUE
Motivation:

Due to integer overflow bug, writes of FileRegions to http server pipeline (eg like one from HttpStaticFileServer example) with length greater than Integer.MAX_VALUE are ignored in 1/2 of cases (ie no data gets sent to client)

Modification:

Correctly handle chunk sized > Integer.MAX_VALUE

Result:

Be able to use FileRegion > Integer.MAX_VALUE when using chunked encoding.
2014-06-24 12:01:27 +02:00
..
http Fix integer overflow in HttpObjectEncoder when handling chunked encoding and FileRegion > Integer.MAX_VALUE 2014-06-24 12:01:27 +02:00
rtsp Remove 'get' prefix from all HTTP/SPDY messages 2014-06-24 18:41:27 +09:00
spdy Remove 'get' prefix from all HTTP/SPDY messages 2014-06-24 18:41:27 +09:00