Loading go-apps/meep-tm/server/bwm/bwm.go +1 −1 Original line number Diff line number Diff line Loading @@ -1028,7 +1028,7 @@ func bandwidthAllocationPost(w http.ResponseWriter, r *http.Request) { } //check bool here if sessionFilterList.sessionBool { errHandlerProblemDetails(w, "Provide flowFilter matches an already existing session", http.StatusBadRequest) errHandlerProblemDetails(w, "Provide sessionFilter matches an already existing session", http.StatusBadRequest) return } } Loading Loading
go-apps/meep-tm/server/bwm/bwm.go +1 −1 Original line number Diff line number Diff line Loading @@ -1028,7 +1028,7 @@ func bandwidthAllocationPost(w http.ResponseWriter, r *http.Request) { } //check bool here if sessionFilterList.sessionBool { errHandlerProblemDetails(w, "Provide flowFilter matches an already existing session", http.StatusBadRequest) errHandlerProblemDetails(w, "Provide sessionFilter matches an already existing session", http.StatusBadRequest) return } } Loading