Replaced the call to deprecated method
This commit is contained in:
parent
ffeb1bfb9c
commit
9e72a7f3b1
@ -780,7 +780,7 @@ public class SslHandler extends FrameDecoder
|
||||
synchronized (handshakeLock) {
|
||||
if (initialHandshake && !engine.getUseClientMode() &&
|
||||
!engine.isInboundDone() && !engine.isOutboundDone()) {
|
||||
handshake(channel);
|
||||
handshake();
|
||||
initialHandshake = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user