- Timestamp:
- Oct 27, 2016, 6:21:05 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- ef107fd
- Parents:
- 333bbc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r333bbc7 r0a02378 223 223 * period expires. This way mod_gnutls does not staple barely 224 224 * valid responses. */ 225 apr_ time_t ocsp_grace_time;225 apr_interval_time_t ocsp_grace_time; 226 226 /* If an OCSP request fails wait this long before trying again. */ 227 apr_ time_t ocsp_failure_timeout;227 apr_interval_time_t ocsp_failure_timeout; 228 228 /* Socket timeout for OCSP requests */ 229 229 apr_interval_time_t ocsp_socket_timeout;
Note: See TracChangeset
for help on using the changeset viewer.