Skip to content

Commit d96d1c6

Browse files
Cre3perbartlomieju
authored andcommitted
fix(ext/fetch): update h2 to fix sending a PROTOCOL_ERROR instead of 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
1 parent 244bf5c commit d96d1c6

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

Cargo.lock

+16-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ flate2 = { version = "1.0.30", default-features = false }
142142
fs3 = "0.5.0"
143143
futures = "0.3.21"
144144
glob = "0.3.1"
145-
h2 = "0.4.4"
145+
h2 = "0.4.6"
146146
hickory-resolver = { version = "0.25.0-alpha.4", features = ["tokio-runtime", "serde"] }
147147
http = "1.0"
148148
http-body = "1.0"

0 commit comments

Comments
 (0)