netty5/transport
Norman Maurer 5b239150f1 HeadContext is inbound and outbound (#8592)
Motivation:

Our HeadContext in DefaultChannelPipeline does handle inbound and outbound but we only marked it as outbound. While this does not have any effect in the current code-base it can lead to problems when we change our internals (this is also how I found the bug).

Modifications:

Construct HeadContext so it is also marked as handling inbound.

Result:

More correct code.
2018-11-24 10:48:13 +01:00
..
src HeadContext is inbound and outbound (#8592) 2018-11-24 10:48:13 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00