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:
parent
4ca9fd2ad1
commit
86fdbb47a5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user