Skip to content

Commit

Permalink
update h2 to 0.4.6
Browse files Browse the repository at this point in the history
to get hyperium/h2#792

which fixes promises not being resolved when the server sends large
headers
denoland#26490
  • Loading branch information
Cre3per committed Jan 3, 2025
1 parent 0457c38 commit f3bf9cc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ flate2 = { version = "1.0.30", default-features = false }
fs3 = "0.5.0"
futures = "0.3.21"
glob = "0.3.1"
h2 = "0.4.4"
h2 = "0.4.6"
hickory-resolver = { version = "0.25.0-alpha.4", features = ["tokio-runtime", "serde"] }
http = "1.0"
http-body = "1.0"
Expand Down

0 comments on commit f3bf9cc

Please sign in to comment.