netty_epoll_linuxsocket_setTcpMd5Sig should throw ChannelException when not able to init sockaddr (#9029)

Motivation:

When netty_epoll_linuxsocket_setTcpMd5Sig fails to init the sockaddr we should throw an exception and not silently return.

Modifications:

Throw exception if init of sockaddr fails.

Result:

Correctly report back error to user.
This commit is contained in:
Norman Maurer 2019-04-11 18:50:27 +02:00 committed by GitHub
parent 45b0daf9e6
commit 6278d09139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Diff Content Not Available