[proxy] Enable keepalives for all tcp connections (#1448)

This commit is contained in:
Dmitry Ivanov
2022-03-31 20:44:57 +03:00
committed by GitHub
parent 8745b022a9
commit f5da652388
8 changed files with 43 additions and 9 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tar = "0.4"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
tokio = { version = "1.17", features = ["macros", "rt", "rt-multi-thread"] }
workspace_hack = { version = "0.1", path = "../workspace_hack" }