We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27feac commit 909b105Copy full SHA for 909b105
plugins/out_kinesis_firehose/firehose.c
@@ -32,6 +32,7 @@
32
#include <fluent-bit/flb_aws_util.h>
33
#include <fluent-bit/flb_mem.h>
34
#include <fluent-bit/flb_http_client.h>
35
+#include <fluent-bit/flb_http_client_debug.h>
36
#include <fluent-bit/flb_utils.h>
37
38
#include <fluent-bit/aws/flb_aws_compress.h>
@@ -44,8 +45,6 @@
44
45
#include "firehose.h"
46
#include "firehose_api.h"
47
-int flb_http_client_debug_setup(struct flb_callback *cb_ctx, struct mk_list *props);
48
-
49
static struct flb_aws_header content_type_header = {
50
.key = "Content-Type",
51
.key_len = 12,
0 commit comments