1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops/zlib
Curran McConnell a9cc4631ca
fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301)
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.
2023-09-08 09:11:33 +05:30
..
alloc.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
brotli.rs fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301) 2023-09-08 09:11:33 +05:30
mod.rs fix(ext/node): support dictionary option in zlib init (#20035) 2023-08-11 11:42:35 +00:00
mode.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
stream.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00