mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Streamable output from the decoder #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KenjiBaheux on GitHub (Feb 25, 2015).
From https://code.google.com/p/chromium/issues/detail?id=452335 where we are exploring how to support brotli as an HTTP transfer-encoding method
Comment Nb. 20:
"Chrome's networking stack is a single thread event loop. To prevent arbitrary data from being buffered in memory, and to get data to consumers as fast as possible, this will need to be rewritten in a way for the caller to call it repeatedly to get the data out of it."
@szabadka commented on GitHub (Apr 23, 2015):
#79 added streaming output support.