mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Add max-stale cache control directive to requests
This commit is contained in:
parent
8dd4612ea7
commit
1a34c8d5ff
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ func (xTransport *XTransport) Fetch(method string, url *url.URL, accept string,
|
|||
if len(contentType) > 0 {
|
||||
header["Content-Type"] = []string{contentType}
|
||||
}
|
||||
header["Cache-Control"] = []string{"max-stale"}
|
||||
if body != nil {
|
||||
h := sha512.Sum512(*body)
|
||||
qs := url.Query()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue