Cleanups and got wwclient net/http pipe to cpio working
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user