summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 13:37:13 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 13:37:13 +0200
commitbf9b7e168bfccb7a92793b50936ac404bdfb72d9 (patch)
tree518188f59083a1ed47fdc8efa6c71da628bfbe01 /src/exchange
parent43662fbb6a1d1dc3184f69891d7cf68fca0837e7 (diff)
downloadexchange-bf9b7e168bfccb7a92793b50936ac404bdfb72d9.tar.gz
exchange-bf9b7e168bfccb7a92793b50936ac404bdfb72d9.tar.bz2
exchange-bf9b7e168bfccb7a92793b50936ac404bdfb72d9.zip
it is a POST, and information could change anytime, so caching isn't really a good idea
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_reserves_history.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserves_history.c b/src/exchange/taler-exchange-httpd_reserves_history.c
index 2c9362447..aa3f8ab55 100644
--- a/src/exchange/taler-exchange-httpd_reserves_history.c
+++ b/src/exchange/taler-exchange-httpd_reserves_history.c
@@ -96,8 +96,6 @@ reply_reserve_history_success (struct MHD_Connection *connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
TALER_EC_GENERIC_JSON_ALLOCATION_FAILURE,
NULL);
- /* FIXME: should set explicit cache control headers
- for this response to enable caching! */
return TALER_MHD_REPLY_JSON_PACK (
connection,
MHD_HTTP_OK,