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:
Simone Bordet 2013-04-05 01:26:22 +02:00
parent 4be4c954a5
commit c5931ad56f
1 changed files with 0 additions and 1 deletions

View File

@ -759,7 +759,6 @@ public class SslConnection extends AbstractConnection
if (DEBUG)
LOG.debug("{} renegotiation denied", SslConnection.this);
shutdownOutput();
BufferUtil.clear(_encryptedOutput);
return allConsumed;
}