1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00: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,