good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 921cb7a7 authored by a's avatar a
Browse files

add error

parent e1373eb3
No related branches found
No related tags found
No related merge requests found
Pipeline #30120 passed with stage
in 3 minutes and 1 second
......@@ -34,5 +34,6 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
if err != nil {
// slog.Error("codec err", "err", err)
}
http.Error(w, "Internal Error", http.StatusInternalServerError)
<-c.Closed()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment