mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Fix case where buggy OpenSSL internal cache continually grows.
So don't bother to store it, but still force OpenSSL to provide a Session ID. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -467,7 +467,6 @@ static void ssl_init_ctx_session_cache(server_rec *s,
|
||||
SSL_CTX *ctx = mctx->ssl_ctx;
|
||||
SSLModConfigRec *mc = myModConfig(s);
|
||||
long cache_mode = SSL_SESS_CACHE_OFF;
|
||||
|
||||
if (mc->nSessionCacheMode != SSL_SCMODE_NONE) {
|
||||
/* SSL_SESS_CACHE_NO_INTERNAL will force OpenSSL
|
||||
* to ignore process local-caching and
|
||||
|
Reference in New Issue
Block a user