We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d536a16 commit 7741a8aCopy full SHA for 7741a8a
aw-server/src/config.rs
@@ -36,6 +36,7 @@ impl AWConfig {
36
Config::build(env)
37
.address(self.address.clone())
38
.port(self.port)
39
+ .keep_alive(0)
40
.limits(limits)
41
.finalize()
42
.unwrap()
0 commit comments