netty5/transport-sctp/src/main
Nikolay Fedorovskikh 401b196623 Extract common parts from if statements (#7831)
Motivation:
Some `if` statements contains common parts that can be extracted.

Modifications:
Extract common parts from `if` statements.

Result:
Less code and bytecode. The code is simpler and more clear.
2018-04-11 14:36:56 +02:00
..
java Extract common parts from if statements (#7831) 2018-04-11 14:36:56 +02:00
test/io/netty SctpMessageCompletionHandler may leak ByteBuf for fragmented messages. (#7832) 2018-04-02 21:37:03 +02:00