netty5/codec-http
Norman Maurer 4375b6da22 Correctly propagate channelInactive even if cleanup throws
Motivation:

Its possible that cleanup() will throw if invalid data is passed into the wrapped EmbeddedChannel. We need to ensure we still call channelInactive(...) in this case.

Modifications:

- Correctly forward Exceptions caused by cleanup()
- Ensure all content is released when cleanup() throws
- Add unit tests

Result:

Correctly handle the case when cleanup() throws.
2017-11-21 11:59:35 +01:00
..
src Correctly propagate channelInactive even if cleanup throws 2017-11-21 11:59:35 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-11-09 00:08:30 +00:00