441756 Ssl Stackoverflow on renegotiate

This commit is contained in:
Greg Wilkins 2014-08-21 09:47:01 +10:00
parent 7584488702
commit 420df3b5d6
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ public class SslConnection extends AbstractConnection
{
if (DEBUG)
LOG.debug("{} renegotiation denied", SslConnection.this);
shutdownOutput();
getEndPoint().shutdownOutput();
return allConsumed;
}