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))
|
||||
{
|
||||
throw new IllegalStateException(
|
||||
String.format("Unexpected wrap result %s (packetBufferSize %d < getPacketBufferSize() %d)",
|
||||
wrapResultStatus, packetBufferSize, getPacketBufferSize()
|
||||
));
|
||||
throw new IllegalStateException("Unexpected wrap result " + wrapResultStatus);
|
||||
}
|
||||
// fall-through default case to flush()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue