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:48:31 UTC

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

Author: rpluem
Date: Mon Jun 12 12:48:30 2017
New Revision: 1798455

URL: http://svn.apache.org/viewvc?rev=1798455&view=rev
Log:
* Mark OCSP_RESPONSE_STATUS_TRYLATER as error response

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=1798455&r1=1798454&r2=1798455&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:48:30 2017
@@ -511,6 +511,7 @@ static BOOL stapling_renew_response(serv
                      "stapling_renew_response: responder error");
         if (mctx->stapling_fake_trylater) {
             *prsp = OCSP_response_create(OCSP_RESPONSE_STATUS_TRYLATER, NULL);
+            *pok = FALSE;
         }
         else {
             goto done;