From 8d34b22aff354f02bbd161a4e51fc8b878e32ff9 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 15 May 2019 19:32:20 +0200 Subject: Content-encoding -> Content-Encoding. So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro. --- src/lib/auditor_api_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/auditor_api_handle.c') 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; -- cgit v1.2.3