Loading go-apps/meep-platform-ctrl/server/user_authentication.go +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ func uaLoginUser(w http.ResponseWriter, r *http.Request) { if count >= pfmCtrl.maxSessions { err = errors.New("Maximum session count exceeded") log.Error(err.Error()) http.Error(w, err.Error(), http.StatusInsufficientStorage) http.Error(w, err.Error(), http.StatusServiceUnavailable) return } Loading Loading
go-apps/meep-platform-ctrl/server/user_authentication.go +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ func uaLoginUser(w http.ResponseWriter, r *http.Request) { if count >= pfmCtrl.maxSessions { err = errors.New("Maximum session count exceeded") log.Error(err.Error()) http.Error(w, err.Error(), http.StatusInsufficientStorage) http.Error(w, err.Error(), http.StatusServiceUnavailable) return } Loading