projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a82395b
4fe146e
)
Merge branch 'collectd-5.5'
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 20 Mar 2016 11:29:06 +0000
(12:29 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 20 Mar 2016 11:29:06 +0000
(12:29 +0100)
1
2
src/write_http.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/write_http.c
index
361c39e
,
65197e6
..
ec3a01c
---
1
/
src/write_http.c
---
2
/
src/write_http.c
+++ b/
src/write_http.c
@@@
-556,8
-544,8
+562,10
@@@
static int wh_config_node (oconfig_item
cb->sslversion = CURL_SSLVERSION_DEFAULT;
cb->low_speed_limit = 0;
cb->timeout = 0;
+ cb->log_http_error = 0;
+ cb->headers = NULL;
+
+
pthread_mutex_init (&cb->send_lock, /* attr = */ NULL);
cf_util_get_string (ci, &cb->name);