Content-encoding -> Content-Encoding.
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
This commit is contained in:
parent
e6c1d262a8
commit
8d34b22aff
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user