Repository: trafficserver
Updated Branches:
  refs/heads/master 840fd3263 -> 8427ff98a


[TS-3952] dummy commit to fix the wrong jira in commit 
b9df2ebd69bd132d23df4c34ab62f3a139f2f4ad


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8427ff98
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8427ff98
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8427ff98

Branch: refs/heads/master
Commit: 8427ff98afa7775e618f5e79f1ef55f0524d4e74
Parents: 840fd32
Author: Sudheer Vinukonda <[email protected]>
Authored: Mon Oct 5 14:27:54 2015 +0000
Committer: Sudheer Vinukonda <[email protected]>
Committed: Mon Oct 5 14:27:54 2015 +0000

----------------------------------------------------------------------
 iocore/net/SSLNetVConnection.cc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8427ff98/iocore/net/SSLNetVConnection.cc
----------------------------------------------------------------------
diff --git a/iocore/net/SSLNetVConnection.cc b/iocore/net/SSLNetVConnection.cc
index 9497029..0b3af46 100644
--- a/iocore/net/SSLNetVConnection.cc
+++ b/iocore/net/SSLNetVConnection.cc
@@ -894,11 +894,13 @@ SSLNetVConnection::free(EThread *t)
   this->con.close();
   flags = 0;
   SET_CONTINUATION_HANDLER(this, 
(SSLNetVConnHandler)&SSLNetVConnection::startEvent);
+
   if (nh) {
     nh->read_ready_list.remove(this);
     nh->write_ready_list.remove(this);
     nh = NULL;
   }
+
   read.triggered = 0;
   write.triggered = 0;
   read.enabled = 0;

Reply via email to