Compare commits

...

1 Commits

Author SHA1 Message Date
2c9de70018 fixed bug in NewMiddleware 2026-01-26 21:38:02 +11:00

View File

@@ -54,6 +54,8 @@ func (server *Server) NewMiddleware(
if herr.RenderErrorPage {
return
}
next.ServeHTTP(w, r)
return
}
next.ServeHTTP(w, newReq)
})