mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-19 04:15:38 +02:00
Do not override user settings on signals and stop handling (#375)
This commit is contained in:
@@ -478,9 +478,6 @@ impl<H: IntoHttpHandler> HttpServer<H> {
|
|||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
pub fn run(mut self) {
|
pub fn run(mut self) {
|
||||||
self.exit = true;
|
|
||||||
self.no_signals = false;
|
|
||||||
|
|
||||||
let sys = System::new("http-server");
|
let sys = System::new("http-server");
|
||||||
self.start();
|
self.start();
|
||||||
sys.run();
|
sys.run();
|
||||||
|
Reference in New Issue
Block a user