commit 7bdeb39e06b604936e02990becad696d3f82c201
parent aad92c22c4a4fa25e74109517e332559d57e356f
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 23 Apr 2026 10:23:30 +0200
-add FIXME
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
@@ -359,6 +359,7 @@ TALER_TEMPLATING_reply (struct MHD_Connection *connection,
MHD_add_response_header (reply,
MHD_HTTP_HEADER_CONTENT_TYPE,
"text/html"));
+ // FIXME: set Vary header!
ret = MHD_queue_response (connection,
http_status,
reply);