473f6a6edb
Motivation: SctpMessageCompletionHandler stores fragments in a Map but not release the stored ByteBuf when the handler is removed. Modifications: Release all buffers that are still in the Map when handlerRemoved(...) is called. Result: No more leaks for fragemented messages. |
||
---|---|---|
.. | ||
channel/sctp | ||
handler/codec/sctp |