client-interface-cleanup #6

Merged
johnnylee merged 14 commits from client-interface-cleanup into main 2025-09-17 08:00:13 +00:00
Showing only changes of commit 650c74c013 - Show all commits

View File

@ -8,6 +8,7 @@ import (
"net/http"
"net/netip"
"os"
"time"
)
// Usage:
@ -106,6 +107,7 @@ func main_status() {
return net.Dial("unix", statusSocketPath(netName))
},
},
Timeout: 8 * time.Second,
}
getURL := "http://unix" + statusSocketPath(netName)