masaori335 commented on a change in pull request #8330:
URL: https://github.com/apache/trafficserver/pull/8330#discussion_r712751630



##########
File path: iocore/net/TLSSessionResumptionSupport.cc
##########
@@ -160,6 +160,7 @@ TLSSessionResumptionSupport::getSession(SSL *ssl, const 
unsigned char *id, int l
 #if 0 // This is currently eliminated, since it breaks things in odd ways (see 
TS-3710)
       ssl_rm_cached_session(SSL_get_SSL_CTX(ssl), session);
 #endif
+      SSL_SESSION_free(session);

Review comment:
       `TLSSessionResumptionSupport::getSession()` looks a function for inbound 
side for me. How this change is related to the origin session cache?




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to