From: Ruediger Pluem Date: Mon, 12 Jun 2017 12:49:06 +0000 (+0000) Subject: * Do not cache OCSP_RESPONSE_STATUS_TRYLATER. X-Git-Tag: 2.5.0-alpha~378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9aa6a82a4131e5634a9e937c7a89a58b7f5af4d;p=thirdparty%2Fapache%2Fhttpd.git * Do not cache OCSP_RESPONSE_STATUS_TRYLATER. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1798456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_util_stapling.c b/modules/ssl/ssl_util_stapling.c index 1148d90082b..725101f6333 100644 --- a/modules/ssl/ssl_util_stapling.c +++ b/modules/ssl/ssl_util_stapling.c @@ -512,6 +512,7 @@ static BOOL stapling_renew_response(server_rec *s, modssl_ctx_t *mctx, SSL *ssl, if (mctx->stapling_fake_trylater) { *prsp = OCSP_response_create(OCSP_RESPONSE_STATUS_TRYLATER, NULL); *pok = FALSE; + goto done; } else { goto done;