netty5/transport/src/main/java
Norman Maurer f4d7e8de14
Respect MAX_MESSAGES_PER_READ in LocalChannel / LocalServerChannel. (#7885)
Motivation:

LocalChannel / LocalServerChannel did not respect read limits and just always read all of the messages.

Modifications:

- Correct respect MAX_MESSAGES_PER_READ settings
- Add unit tests

Result:

Fixes https://github.com/netty/netty/issues/7880.
2018-04-26 07:58:56 +02:00
..
io/netty Respect MAX_MESSAGES_PER_READ in LocalChannel / LocalServerChannel. (#7885) 2018-04-26 07:58:56 +02:00