Skip to content

Commit 731a096

Browse files
authored
Merge pull request #196 from joshtriplett/wip-fix-ff7
Rewrite `Transfer-Encoding: chunked` support to fix #195
2 parents a1448c3 + 51429f3 commit 731a096

File tree

5 files changed

+193
-445
lines changed

5 files changed

+193
-445
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ edition = "2018"
2121
httparse = "1.3.4"
2222
async-std = "1.7.0"
2323
http-types = { version = "2.9.0", default-features = false }
24-
byte-pool = "0.2.2"
25-
lazy_static = "1.4.0"
2624
futures-core = "0.3.8"
2725
log = "0.4.11"
2826
pin-project = "1.0.2"

0 commit comments

Comments
 (0)