From 3187b45c6a2df041b0893895f45cd269e9c8e74f Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 21 Jun 2019 17:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4session=20ticket=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=97=A0=E7=94=A8=E6=97=A5=E5=BF=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/ssl_stream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/src/ssl_stream.cpp b/platform/src/ssl_stream.cpp index 4b6b3df..d9c69db 100644 --- a/platform/src/ssl_stream.cpp +++ b/platform/src/ssl_stream.cpp @@ -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])); }