- Timestamp:
- Jan 29, 2013, 3:41:38 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 2d0f6cf
- Parents:
- 369f47a
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/26/13 03:22:13)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 15:41:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
r369f47a r8400c2e 581 581 sc->cache_timeout = apr_time_from_sec(300); 582 582 sc->cache_type = mgs_cache_none; 583 sc->cache_config = ap_server_root_relative(p, "conf/gnutls_cache");583 sc->cache_config = NULL; 584 584 /* By default enable session tickets */ 585 585 sc->tickets = GNUTLS_ENABLED_TRUE;
Note: See TracChangeset
for help on using the changeset viewer.