diff options
Diffstat (limited to 'client/client.go')
-rw-r--r-- | client/client.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client.go b/client/client.go index a60ee00..a2868f2 100644 --- a/client/client.go +++ b/client/client.go @@ -26,5 +26,6 @@ func Get(url string) (*http.Response, error) { func buildHeaders(req *http.Request) *http.Request { req.Header.Set("User-Agent", "peach/"+version.Version+ " peach.ricketyspace.net") + req.Header.Set("Cache-Control", "max-age=0") return req } |