Skip to content

Commit

Permalink
change: default mode of brotli_uncompress_add()
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Jan 16, 2024
1 parent 9bf345b commit a17b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brotli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ static ZEND_FUNCTION(brotli_uncompress_add)
zval *res;
php_brotli_state_context *ctx;
size_t buffer_size;
zend_long mode = BROTLI_OPERATION_PROCESS;
zend_long mode = BROTLI_OPERATION_FLUSH;
char *in_buf;
size_t in_size;
smart_string out = {0};
Expand Down

0 comments on commit a17b1cd

Please sign in to comment.