Skip to content

Commit

Permalink
fix(ext/fetch): update h2 to fix sending a PROTOCOL_ERROR instead of …
Browse files Browse the repository at this point in the history
…REFUSED_STREAM when receiving oversized headers (#27531)

Fixes #26490

Related PR in h2 hyperium/h2#792  
Related release of h2 https://github.com/hyperium/h2/releases/tag/v0.4.6
  • Loading branch information
Cre3per authored Jan 26, 2025
1 parent 23adf99 commit be08078
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 @@ -142,7 +142,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 be08078

Please sign in to comment.