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 acabb62 commit 2d7131eCopy full SHA for 2d7131e
src/flb_compression.c
@@ -201,7 +201,7 @@ struct flb_decompression_context *flb_decompression_context_create(int algorithm
201
}
202
203
context->input_buffer_size = input_buffer_size;
204
- context->read_buffer = context->read_buffer;
+ context->read_buffer = context->input_buffer;
205
context->algorithm = algorithm;
206
if (algorithm == FLB_COMPRESSION_ALGORITHM_GZIP) {
207
context->state = FLB_DECOMPRESSOR_STATE_EXPECTING_HEADER;
0 commit comments