Content-encoding -> Content-Encoding.

So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
This commit is contained in:
Marcello Stanisci 2019-05-15 19:32:20 +02:00
parent e6c1d262a8
commit 8d34b22aff
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;