Skip to content

Commit

Permalink
Rewrite Transfer-Encoding: chunked support to fix bug #195
Browse files Browse the repository at this point in the history
This implementation no longer stops short when it encounters a chunk of
size 0xFF7.
  • Loading branch information
joshtriplett committed Nov 20, 2021
1 parent f8b679a commit 51429f3
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 442 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ edition = "2018"
httparse = "1.3.4"
async-std = "1.7.0"
http-types = { version = "2.9.0", default-features = false }
byte-pool = "0.2.2"
lazy_static = "1.4.0"
futures-core = "0.3.8"
log = "0.4.11"
pin-project = "1.0.2"
Expand Down
Loading

0 comments on commit 51429f3

Please sign in to comment.