]> granicus.if.org Git - apache/commitdiff
Revert r1798456
authorRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 13:15:33 +0000 (13:15 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 13:15:33 +0000 (13:15 +0000)
* For the time being keep on caching OCSP_RESPONSE_STATUS_TRYLATER. The effect can be limited by setting SSLStaplingErrorCacheTimeout.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1798460 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_stapling.c

index 6ea9c6ba04d1e87a31ea58da5666b74501e13ecb..aecf5d324c3f15b8f56a6d2d5f34afc5b6ad40bf 100644 (file)
@@ -512,7 +512,6 @@ 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;