1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

Fix system_exit in HttpServer (#501)

This commit is contained in:
Jan Michael Auer 2018-09-05 10:41:23 +02:00 committed by Armin Ronacher
parent 4ca9fd2ad1
commit 86fdbb47a5

View File

@ -73,7 +73,7 @@ where
backlog: 2048,
keep_alive: KeepAlive::Os,
shutdown_timeout: 30,
exit: true,
exit: false,
no_http2: false,
no_signals: false,
maxconn: 102_400,