netty5/transport
Antony T Curtis 7fce06a0d1
Preserve order when using alternate event loops (#10069)
Motivation:

When the HttpContentCompressor is put on an alternate EventExecutor, the order of events should be
preserved so that the compressed content is correctly created.

Modifications:
- checking that the executor in the ChannelHandlerContext is the same executor as the current executor when evaluating if the handler should be skipped.
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/10067

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
2020-03-03 10:42:41 +01:00
..
src Preserve order when using alternate event loops (#10069) 2020-03-03 10:42:41 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-02-28 06:37:33 +00:00