summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-15 19:32:20 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-15 19:32:20 +0200
commit8d34b22aff354f02bbd161a4e51fc8b878e32ff9 (patch)
tree3823e9e224620574045920f27e43002ce7f90999 /src
parente6c1d262a82503f7815e92a4f73dd4011eb77162 (diff)
downloadexchange-8d34b22aff354f02bbd161a4e51fc8b878e32ff9.tar.gz
exchange-8d34b22aff354f02bbd161a4e51fc8b878e32ff9.tar.bz2
exchange-8d34b22aff354f02bbd161a4e51fc8b878e32ff9.zip
Content-encoding -> Content-Encoding.
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
Diffstat (limited to 'src')
-rw-r--r--src/lib/auditor_api_handle.c2
-rw-r--r--src/lib/exchange_api_handle.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index 870eed83d..73ed6b3a3 100644
--- a/src/lib/auditor_api_handle.c
+++ b/src/lib/auditor_api_handle.c
@@ -470,7 +470,7 @@ TALER_AUDITOR_connect (struct GNUNET_CURL_Context *ctx,
/* Tell auditor we compress bodies */
GNUNET_break (GNUNET_OK ==
GNUNET_CURL_append_header (ctx,
- "Content-encoding: deflate"));
+ "Content-Encoding: deflate"));
#endif
auditor = GNUNET_new (struct TALER_AUDITOR_Handle);
auditor->ctx = ctx;
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 0f3cfe0ae..760c12788 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1788,7 +1788,7 @@ TALER_EXCHANGE_connect
/* Tell exchange we compress bodies */
GNUNET_break (GNUNET_OK ==
GNUNET_CURL_append_header (ctx,
- "Content-encoding: deflate"));
+ "Content-Encoding: deflate"));
#endif
exchange = GNUNET_new (struct TALER_EXCHANGE_Handle);
exchange->ctx = ctx;