]> granicus.if.org Git - apache/commit
return from ssl_callback_LogTracingState if sc->nLogLevel < SSL_LOG_INFO
authorDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 01:40:26 +0000 (01:40 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 01:40:26 +0000 (01:40 +0000)
commit931bf95383115166353b92dc184626aa587a47e5
treea1454042737ec69c0dd8e05fbd82f3fcaa728455
parenta0f56323d11a70b3d492fb57b3ea6ede357f23b3
return from ssl_callback_LogTracingState if sc->nLogLevel < SSL_LOG_INFO
else there are 5 (expensive!) calls made to ssl_var_lookup on every request
for info that will never be logged
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92119 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c