duke8253 commented on a change in pull request #7808:
URL: https://github.com/apache/trafficserver/pull/7808#discussion_r630674203



##########
File path: iocore/net/SSLUtils.cc
##########
@@ -2034,7 +2034,12 @@ SSLConnect(SSL *ssl)
 
       Debug("ssl.origin_session_cache", "origin session cache lookup key = 
%s", lookup_key.c_str());
 
-      sess = origin_sess_cache->get_session(lookup_key);
+      TLSSessionResumptionSupport *srs = 
TLSSessionResumptionSupport::getInstance(ssl);

Review comment:
       I agree, was trying to stay away from this, but looks like we'll have to 
do things like this for now.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to