diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-21 02:22:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-21 02:22:55 +0200 |
| commit | 03019e778189b38938f1238f22652162de5a7434 (patch) | |
| tree | cf16b44be07c1c488ffe4f31fe77eab7f6bd8c95 /ext/http/Cargo.toml | |
| parent | aaaa877d91c5f8b88722fd1ec725791b0eb4efe0 (diff) | |
Revert various PRs related to "ext/http" (#14339)
* Revert "feat(ext/http): stream auto resp body compression (#14325)"
* Revert "core: introduce `resource.read_return` (#14331)"
* Revert "perf(http): optimize `ReadableStream`s backed by a resource (#14284)"
Diffstat (limited to 'ext/http/Cargo.toml')
| -rw-r--r-- | ext/http/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index b4a208228..2bdbfdade 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -14,7 +14,6 @@ description = "HTTP server implementation for Deno" path = "lib.rs" [dependencies] -async-compression = { version = "0.3.1", features = ["tokio", "brotli", "gzip"] } base64 = "0.13.0" brotli = "3.3.3" bytes = "1" |
