Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-19 | plugin/cache: fix TTL for negative DNS responses (#2197) | 1 | -29/+9 | ||
2018-06-27 | Fix max-age in http server (#1890) | 1 | -0/+72 | ||
* Fix max-age in http server Move the minMsgTTL to dnsutil and rename it MinimalTTL, move some constants there as well. Use these new function in server_https to correctly set the max-age HTTP header. Fixes: #1823 * Linter |