404610 - Reintroduce ability to disallow TLS renegotiation.
After review with Greg, avoid to clear the encrypted buffer after detection of reconnection denied.
This commit is contained in:
parent
4be4c954a5
commit
c5931ad56f
|
@ -759,7 +759,6 @@ public class SslConnection extends AbstractConnection
|
|||
if (DEBUG)
|
||||
LOG.debug("{} renegotiation denied", SslConnection.this);
|
||||
shutdownOutput();
|
||||
BufferUtil.clear(_encryptedOutput);
|
||||
return allConsumed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue