reqecho: respond to requests

This commit is contained in:
Branden J Brown 2025-04-20 13:58:11 -04:00
parent 7cc4482965
commit 3a075a3c6a

View File

@ -18,6 +18,6 @@ func main() {
if _, err := f.Write(b); err != nil {
panic(err)
}
os.Exit(0)
w.WriteHeader(http.StatusNoContent)
}))
}