-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize some magic bytes to identify a brotli stream #298
Comments
Unfortunately, there is no magic bytes for brotli. |
Mark Adler helped us much with proof-testing brotli and refining specification.
|
That's very helpful, thank you! Do you have any idea when the new framing could be introduced? And how to transition content and clients over to the new format? |
A framing or file format of some type sounds great. Is there a process through which people are peer reviewing how the new framing format is being designed? Has any thought been given to possibly re-using a "framing" format like the XZ file format where brotli is just one of the filter chains that can be used? |
Hi, could you add the signature to the I created a separate ticket for this #727 |
This issue was closed in Oct 2016. What was the resolution? |
Im also interested in detecting brotli archives in a convenient way. |
I've written a wrapper program around brotli and have been using it locally on my system for quite some time |
has this ever been implemented? identifying binary streams without relying on external headers (HTTP) is commonplace functionality |
This would be very useful for dealing with something like .tar.br fies.
The text was updated successfully, but these errors were encountered: