disable SIGHUP handler for windows
modified radicle-httpd/src/lib.rs
@@ -10,6 +10,7 @@ use std::str;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,6 +75,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|