netty5/handler
Norman Maurer adcde84253 Allow to unwrap ByteBuffer > MAX_ENCRYPTED_PACKET_LENGTH
Motivation:

We should remove the restriction to only allow to call unwrap with a ByteBuffer[] whose cumulative length exceeds MAX_ENCRYPTED_PACKET_LENGTH.

Modifications:

Remove guard.

Result:

Fixes [#6335].
2017-02-14 08:30:35 +01:00
..
src Allow to unwrap ByteBuffer > MAX_ENCRYPTED_PACKET_LENGTH 2017-02-14 08:30:35 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00