You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2017/06/12 12:49:06 UTC

svn commit: r1798456 - /httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c

Author: rpluem
Date: Mon Jun 12 12:49:06 2017
New Revision: 1798456

URL: http://svn.apache.org/viewvc?rev=1798456&view=rev
Log:
* Do not cache OCSP_RESPONSE_STATUS_TRYLATER.

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c?rev=1798456&r1=1798455&r2=1798456&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c Mon Jun 12 12:49:06 2017
@@ -512,6 +512,7 @@ static BOOL stapling_renew_response(serv
         if (mctx->stapling_fake_trylater) {
             *prsp = OCSP_response_create(OCSP_RESPONSE_STATUS_TRYLATER, NULL);
             *pok = FALSE;
+            goto done;
         }
         else {
             goto done;