]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Do not cache OCSP_RESPONSE_STATUS_TRYLATER.
authorRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 12:49:06 +0000 (12:49 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 12:49:06 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1798456 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_stapling.c

index 1148d90082b44d6737e311baf282b2fb79bcd61c..725101f63332715675e3f69d86f0365e2fc34ce6 100644 (file)
@@ -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;