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 e4b5e8a commit 7c09c6fCopy full SHA for 7c09c6f
src/flb_compression.c
@@ -206,7 +206,7 @@ struct flb_decompression_context *flb_decompression_context_create(int algorithm
206
}
207
208
context->input_buffer_size = input_buffer_size;
209
- context->read_buffer = context->read_buffer;
+ context->read_buffer = context->input_buffer;
210
context->algorithm = algorithm;
211
if (algorithm == FLB_COMPRESSION_ALGORITHM_GZIP) {
212
context->state = FLB_DECOMPRESSOR_STATE_EXPECTING_HEADER;
0 commit comments