mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
Do not override user settings on signals and stop handling (#375)
This commit is contained in:
parent
110605f50b
commit
82920e1ac1
1 changed files with 0 additions and 3 deletions
|
@ -478,9 +478,6 @@ impl<H: IntoHttpHandler> HttpServer<H> {
|
|||
/// }
|
||||
/// ```
|
||||
pub fn run(mut self) {
|
||||
self.exit = true;
|
||||
self.no_signals = false;
|
||||
|
||||
let sys = System::new("http-server");
|
||||
self.start();
|
||||
sys.run();
|
||||
|
|
Loading…
Reference in a new issue