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 /Cargo.lock | |
| 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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index be295c4c2..e7008286b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,6 @@ dependencies = [ name = "deno_http" version = "0.41.0" dependencies = [ - "async-compression", "base64 0.13.0", "brotli", "bytes", |
