commit | 6de7b78c9f92b3bac00e8fc678077aa6aa440876 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Feb 28 17:46:19 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 02 15:37:10 2023 +0100 |
tree | 95b90f8d60460df3200e89fd1982d6836efe5d7e | |
parent | 926f34bc36311fe037e6fea4b917661f94047984 [diff] |
MINOR: ssl: Reinsert ocsp update entries later in case of unknown error In case of allocation error during the construction of an OCSP request for instance, we would have ended reinserting the ocsp entry at the same place in the ocsp update tree which could potentially lead to an "endless" loop of errors in ssl_ocsp_update_responses. In such a case, entries are now reinserted further in the tree (1 minute later) in order to avoid such a chain of alloc failure.