refactor: remove duplicated http middleware (#4894)

This commit is contained in:
Pooyan Khanjankhani
2025-08-24 14:07:56 +03:30
committed by GitHub
parent da1a00fea1
commit 3c8d78194c

View File

@@ -93,7 +93,6 @@ func (s *Server) Initialize() error {
h := s.Handler
h = &handlerFilterRequests{h}
h = &handlerFilterRequests{h}
h = &handlerServerHeader{h}
h = &handlerLogger{h, s.Parent}
h = &handlerExitOnPanic{h}