删除session ticket中的无用日志。
This commit is contained in:
@@ -1515,7 +1515,6 @@ static int ossl_session_ticket_key_callback(SSL *ssl_conn,
|
||||
else
|
||||
{
|
||||
// full handshake and update the session stek_box
|
||||
TFE_LOG_DEBUG(logger, "full handshake and update the stek_box, STEK is overdue STEK.");
|
||||
TFE_LOG_INFO(logger, "ssl session stek_box decrypt, key: \"%*s\" not found",(int)(tfe_hexdump(buf, name ,16)-buf), buf);
|
||||
ATOMIC_INC(&(mgr->stat_val[SSL_DOWN_TICKET_NOTFOUND]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user