Skip to content

Commit

Permalink
Fixing the h2 internal error bug.
Browse files Browse the repository at this point in the history
Closes #5245
  • Loading branch information
fulmicoton committed Jul 30, 2024
1 parent ac1aefa commit 7ce486d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
40 changes: 20 additions & 20 deletions quickwit/Cargo.lock

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

3 changes: 2 additions & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ hostname = "0.3"
http = "0.2.9"
http-serde = "1.1.2"
humantime = "2.1.0"
hyper = { version = "0.14", features = [
h2 = "= 0.3.26"
hyper = { version = "=0.14.28", features = [
"client",
"http1",
"http2",
Expand Down

0 comments on commit 7ce486d

Please sign in to comment.