ks iam recover

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-05-11 12:13:52 +08:00
committed by zryfish
parent 8edcd0c355
commit 1270e36c2d
2 changed files with 18 additions and 1 deletions

View File

@@ -212,4 +212,3 @@ func logStackOnRecover(panicReason interface{}, httpWriter http.ResponseWriter)
httpWriter.WriteHeader(http.StatusInternalServerError)
httpWriter.Write([]byte("recover from panic situation"))
}