Removed unnecessary sanity check
This commit is contained in:
parent
638ef60b33
commit
5e00e14e17
@ -585,9 +585,6 @@ public class SslHandler extends FrameDecoder {
|
||||
try {
|
||||
for (;;) {
|
||||
synchronized (handshakeLock) {
|
||||
if (engine.isOutboundDone()) {
|
||||
break;
|
||||
}
|
||||
result = engine.wrap(EMPTY_BUFFER, outNetBuf);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user