Author: remm
Date: Tue Jun 23 07:33:23 2015
New Revision: 1686979

URL: http://svn.apache.org/r1686979
Log:
Harmonize, null the SSL engine as well.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java?rev=1686979&r1=1686978&r2=1686979&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Tue Jun 
23 07:33:23 2015
@@ -119,6 +119,7 @@ public class SecureNio2Channel extends N
     public void reset(AsynchronousSocketChannel channel, 
SocketWrapperBase<Nio2Channel> socket)
             throws IOException {
         super.reset(channel, socket);
+        sslEngine = null;
         sniComplete = false;
         handshakeComplete = false;
         closed = false;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to