Decoder doesn't handle flushed streams correctly #16

Open
opened 2026-01-29 20:28:58 +00:00 by claunia · 0 comments
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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#16