We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b590f commit e78fb2bCopy full SHA for e78fb2b
1 file changed
src/brotlicffi/_api.py
@@ -450,6 +450,7 @@ def _decompress(self, data, output_buffer_limit):
450
# is to be processed.
451
if output_buffer_limit is not None and output_buffer_limit <= 0:
452
return b''
453
+
454
# Use unconsumed data if available, use new data otherwise.
455
if self._unconsumed_data:
456
input_data = self._unconsumed_data
0 commit comments