Cleanups and got wwclient net/http pipe to cpio working

This commit is contained in:
Gregory Kurtzer
2020-11-02 22:43:07 -08:00
parent 78b13b5b4b
commit bc12f1ff65
6 changed files with 28 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ func runtime(w http.ResponseWriter, req *http.Request) {
node, err := getSanity(req)
if err != nil {
w.WriteHeader(404)
log.Panicln(err)
log.Println(err)
return
}