Replaced the call to deprecated method

This commit is contained in:
Trustin Lee 2010-02-05 00:49:25 +00:00
parent ffeb1bfb9c
commit 9e72a7f3b1

View File

@ -780,7 +780,7 @@ public class SslHandler extends FrameDecoder
synchronized (handshakeLock) {
if (initialHandshake && !engine.getUseClientMode() &&
!engine.isInboundDone() && !engine.isOutboundDone()) {
handshake(channel);
handshake();
initialHandshake = false;
}