summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 10:43:22 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 10:43:22 +0200
commita9f01707ad64fc554077ca109ba03128ed8294be (patch)
treea2dbd07b39e5a4a38db501050dbd2c01fd8f83ec /src/mint/taler-mint-httpd.h
parent49d8426cf444daaf97c195096c5f59bf010b16d0 (diff)
downloadexchange-a9f01707ad64fc554077ca109ba03128ed8294be.tar.gz
exchange-a9f01707ad64fc554077ca109ba03128ed8294be.tar.bz2
exchange-a9f01707ad64fc554077ca109ba03128ed8294be.zip
add option -C to force closing of connections
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r--src/mint/taler-mint-httpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h
index 3cbbc0dfd..e83dd66f2 100644
--- a/src/mint/taler-mint-httpd.h
+++ b/src/mint/taler-mint-httpd.h
@@ -33,6 +33,11 @@
extern char *TMH_mint_currency_string;
/**
+ * Should we return "Connection: close" in each response?
+ */
+extern int TMH_mint_connection_close;
+
+/**
* The mint's configuration.
*/
extern struct GNUNET_CONFIGURATION_Handle *cfg;