netty5/transport/src
Boaz Avital bf08ed0b93 fix failure logging of value on channel option set
Motivation:

The code accidentally passes channel twice instead of value, resulting in logs like:
Failed to set channel option 'SO_SNDBUF' with value '[id: 0x2c5b2eb4]' for channel '[id: 0x2c5b2eb4]'

Modifications:

Pass value instead of channel where it needs to be.

Result:

Failed to set channel option 'SO_SNDBUF' with value '0' for channel '[id: 0x9bd3c5b8]'
2017-03-21 22:02:23 -07:00
..
main/java/io/netty fix failure logging of value on channel option set 2017-03-21 22:02:23 -07:00
test/java/io/netty Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00