From 6278d09139728ad1818ff7936e05767bd4178a6a Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 11 Apr 2019 18:50:27 +0200 Subject: [PATCH] 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.