projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede8f88
)
curl: append the actual headers
author
Florian Dold
<florian.dold@gmail.com>
Sun, 12 May 2019 16:27:50 +0000
(18:27 +0200)
committer
Florian Dold
<florian.dold@gmail.com>
Sun, 12 May 2019 16:28:01 +0000
(18:28 +0200)
src/curl/curl.c
patch
|
blob
|
history
diff --git
a/src/curl/curl.c
b/src/curl/curl.c
index 871401c60cafef78b220885bd49c91c3b50c5dc2..bc01dbc6cdd51f9a35a47a01dea673bb537f20b0 100644
(file)
--- a/
src/curl/curl.c
+++ b/
src/curl/curl.c
@@
-303,7
+303,7
@@
GNUNET_CURL_job_add (struct GNUNET_CURL_Context *ctx,
{
GNUNET_assert (
NULL != (all_headers =
- curl_slist_append (all_headers,
"Content-Type: application/json"
)));
+ curl_slist_append (all_headers,
curr->data
)));
}
if (NULL != ctx->async_scope_id_header)