netty5/transport/src
Norman Maurer cfd8fb10db [#6134] Do not limit the PID to be <= 4194304
Motivation:

On some platforms the PID my be bigger then 4194304 so we should not limit it to 4194304.

Modifications:

Only check that the PID is a valid Integer

Result:

No more warnings on systems where the PID is bigger then 4194304.
2016-12-20 10:31:16 +01:00
..
main/java/io/netty [#6134] Do not limit the PID to be <= 4194304 2016-12-20 10:31:16 +01:00
test/java/io/netty ByteBuf Input Stream Reference Count Ownership 2016-11-14 16:29:55 -08:00