mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
1410e4adea
When streaming a resource in ext/http, with compression enabled, we didn't flush individual chunks. This became very problematic when we enabled `req.body` from `fetch` for FastStream recently. This commit now correctly flushes each resource chunk after compression. |
||
---|---|---|
.. | ||
benches | ||
01_http.js | ||
Cargo.toml | ||
compressible.rs | ||
lib.rs | ||
README.md |