netty5/codec-http2
Norman Maurer 8f23e27bd2 We should only disable releasing of the message once writeData(...) was called successfully (#9610)
Motivation:

At the moment we set release to false before we call writeData(...). This could let to the sitatuation that we will miss to release the message if writeData(...) throws. We should set release to false after we called writeData(...) to ensure the ownership of the buffer is correctly transferred.

Modifications:

- Set release to false after writeData(...) was successfully called only

Result:

No possibility for a buffer leak
2019-09-26 22:00:49 +02:00
..
src We should only disable releasing of the message once writeData(...) was called successfully (#9610) 2019-09-26 22:00:49 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00