gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: cache control header


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: cache control header
Date: Sat, 24 Aug 2019 19:48:57 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 70d58f6  cache control header
70d58f6 is described below

commit 70d58f687974f1f49bd00d03a6cd903ee7d2336d
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 19:48:42 2019 +0200

    cache control header
---
 talerblog/blog/blog.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index e3215e6..1d064ac 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -340,6 +340,7 @@ def article(article_name, data=None):
                 "Taler-Session-Url": urllib.parse.quote(session_id),
                 "Taler-Resource-Url": urllib.parse.quote(resource_url),
                 "ETag": resp_etag,
+                "Cache-Control": "max-age=20",
         }
 
         qrcode_svg = get_qrcode_svg(taler_pay_uri)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]