Issue #4217 - Reverting debug output in IllegalStateException
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
c04997f7e0
commit
a3f3612fb4
|
@ -1039,10 +1039,7 @@ public class SslConnection extends AbstractConnection
|
||||||
}
|
}
|
||||||
if (BufferUtil.isEmpty(_encryptedOutput))
|
if (BufferUtil.isEmpty(_encryptedOutput))
|
||||||
{
|
{
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException("Unexpected wrap result " + wrapResultStatus);
|
||||||
String.format("Unexpected wrap result %s (packetBufferSize %d < getPacketBufferSize() %d)",
|
|
||||||
wrapResultStatus, packetBufferSize, getPacketBufferSize()
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
// fall-through default case to flush()
|
// fall-through default case to flush()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue