You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a bunch of compressed files with the help of your package (version 1.0.4). I can decompress them with your library, however I am failing to decompress them with the CLI (neither with version 1.0.7, nor with 1.0.9). Interestingly, your library is able to decompress the brotli files which were created with the CLI.
The brotli files that are produced by both your library and CLI have the same file size, however they differ in content(when I do a byte-wise comparison).
Hi,
I created a bunch of compressed files with the help of your package (version 1.0.4). I can decompress them with your library, however I am failing to decompress them with the CLI (neither with version 1.0.7, nor with 1.0.9). Interestingly, your library is able to decompress the brotli files which were created with the CLI.
The brotli files that are produced by both your library and CLI have the same file size, however they differ in content(when I do a byte-wise comparison).
This is how I compress my files with you library:
Using the CLI:
Decompressing them with your library:
Decompressing with the CLI:
cat foo.html.br | brotli --decompress
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: