Removed unnecessary sanity check

This commit is contained in:
Trustin Lee 2009-04-10 05:52:30 +00:00
parent 638ef60b33
commit 5e00e14e17

View File

@ -585,9 +585,6 @@ public class SslHandler extends FrameDecoder {
try {
for (;;) {
synchronized (handshakeLock) {
if (engine.isOutboundDone()) {
break;
}
result = engine.wrap(EMPTY_BUFFER, outNetBuf);
}