Fix HTTP/2: retry requests rejected by a graceful shutdown

This commit is contained in:
Sean McArthur
2022-01-07 10:15:49 -08:00
parent eb8e9d52c5
commit a03ca5012d
2 changed files with 57 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ futures-core = { version = "0.3.0", default-features = false }
futures-util = { version = "0.3.0", default-features = false }
http-body = "0.4.0"
hyper = { version = "0.14", default-features = false, features = ["tcp", "http1", "http2", "client", "runtime"] }
h2 = "0.3.10"
lazy_static = "1.4"
log = "0.4"
mime = "0.3.16"