mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
a9cc4631ca
Fixes https://github.com/denoland/deno/issues/19816 In that issue, I suggest switching over the other brotli functionality to the Rust API provided by the `brotli` crate. Here, I only do that with the `brotli_decompress` function to fix the bug with buffers longer than 4096 bytes. |
||
---|---|---|
.. | ||
alloc.rs | ||
brotli.rs | ||
mod.rs | ||
mode.rs | ||
stream.rs |