Skip to content

Commit 7741a8a

Browse files
xylixjohan-bjareholt
authored andcommitted
Work around Rocket issue #1254
rwf2/Rocket#1254
1 parent d536a16 commit 7741a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aw-server/src/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl AWConfig {
3636
Config::build(env)
3737
.address(self.address.clone())
3838
.port(self.port)
39+
.keep_alive(0)
3940
.limits(limits)
4041
.finalize()
4142
.unwrap()

0 commit comments

Comments
 (0)