it is a POST, and information could change anytime, so caching isn't really a good idea
This commit is contained in:
parent
43662fbb6a
commit
bf9b7e168b
@ -96,8 +96,6 @@ reply_reserve_history_success (struct MHD_Connection *connection,
|
|||||||
MHD_HTTP_INTERNAL_SERVER_ERROR,
|
MHD_HTTP_INTERNAL_SERVER_ERROR,
|
||||||
TALER_EC_GENERIC_JSON_ALLOCATION_FAILURE,
|
TALER_EC_GENERIC_JSON_ALLOCATION_FAILURE,
|
||||||
NULL);
|
NULL);
|
||||||
/* FIXME: should set explicit cache control headers
|
|
||||||
for this response to enable caching! */
|
|
||||||
return TALER_MHD_REPLY_JSON_PACK (
|
return TALER_MHD_REPLY_JSON_PACK (
|
||||||
connection,
|
connection,
|
||||||
MHD_HTTP_OK,
|
MHD_HTTP_OK,
|
||||||
|
Loading…
Reference in New Issue
Block a user