Fix system_exit in HttpServer

This commit is contained in:
Jan Michael Auer 2018-09-05 08:38:45 +02:00 committed by GitHub
parent 4ca9fd2ad1
commit aa6a3e5336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,