Decoder doesn't handle flushed streams correctly #19

Closed
opened 2026-01-29 20:29:01 +00:00 by claunia · 1 comment
Owner

Originally created by @nemequ on GitHub (Sep 6, 2015).

Per @eustas (in quixdb/squash#113), the brotli decoder doesn't properly handle flushing:

Looks like brotli decoder doesn't support flush... It is forced to dump its internal buffer only when last block is finished.

I would love to see that fixed!

Originally created by @nemequ on GitHub (Sep 6, 2015). Per @eustas (in quixdb/squash#113), the brotli decoder doesn't properly handle flushing: > Looks like brotli decoder doesn't support flush... It is forced to dump its internal buffer only when last block is finished. I would love to see that fixed!
Author
Owner

@eustas commented on GitHub (Nov 6, 2015):

Fixed with PR #253.
I'm going to update squash plugin soon.

@eustas commented on GitHub (Nov 6, 2015): Fixed with PR #253. I'm going to update squash plugin soon.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#19