You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/07/13 16:09:17 UTC

[trafficserver] branch 7.1.x updated: Issue #2183 Fix openssl 1.1 hang

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new bbfd439  Issue #2183 Fix openssl 1.1 hang
bbfd439 is described below

commit bbfd439ee6cd7f5cc3abf8daafe447b61df91481
Author: Susan Hinrichs <sh...@spellhotel.corp.ne1.yahoo.com>
AuthorDate: Sun Jul 9 01:50:38 2017 +0000

    Issue #2183 Fix openssl 1.1 hang
---
 iocore/net/SSLSessionCache.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/SSLSessionCache.cc b/iocore/net/SSLSessionCache.cc
index a28b4b2..97a488f 100644
--- a/iocore/net/SSLSessionCache.cc
+++ b/iocore/net/SSLSessionCache.cc
@@ -233,6 +233,7 @@ SSLSessionBucket::removeSession(const SSLSessionID &id)
       delete node;
       return;
     }
+    node = node->link.next;
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].