Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Http server chunked output stream writes response in chunks and relies on writability of channels to perform flow control.
When chunks are large, flow control is broken and this could lead to overflow of direct buffer allocation.