64eb392d70
Motivation: Currently when HttpPostStandardRequestDecoder throws a ErrorDataDecoderException during construction we leak memory. We need to ensure all is released correctly. Modifications: - Call destroy() if parseBody() throws and rethrow the ErrorDataDecoderException - Add unit test Result: Fixes https://github.com/netty/netty/issues/9513. |
||
---|---|---|
.. | ||
src | ||
pom.xml |