mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
refactor: remove duplicated http middleware (#4894)
This commit is contained in:

committed by
GitHub

parent
da1a00fea1
commit
3c8d78194c
@@ -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}
|
||||
|
Reference in New Issue
Block a user