gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Content-encoding ->


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Content-encoding -> Content-Encoding.
Date: Wed, 15 May 2019 19:33:19 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8d34b22a Content-encoding -> Content-Encoding.
8d34b22a is described below

commit 8d34b22aff354f02bbd161a4e51fc8b878e32ff9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 15 19:32:20 2019 +0200

    Content-encoding -> Content-Encoding.
    
    So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
---
 src/lib/auditor_api_handle.c  | 2 +-
 src/lib/exchange_api_handle.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index 870eed83..73ed6b3a 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 0f3cfe0a..760c1278 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]