mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
don't bother setting the ssl info callback unless SSLLogLevel >= info
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1654,11 +1654,6 @@ void ssl_callback_LogTracingState(SSL *ssl, int where, int rc)
|
||||
if ((sc = mySrvConfig(s)) == NULL)
|
||||
return;
|
||||
|
||||
if (sc->nLogLevel < SSL_LOG_INFO) {
|
||||
/* nothing todo here */
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* create the various trace messages
|
||||
*/
|
||||
|
Reference in New Issue
Block a user