mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
10 seconds not 10 ..very short periods of time
This commit is contained in:
parent
2696eaee64
commit
335251384f
@ -424,7 +424,7 @@ func (s *SSDPServer) soapActionResponse(sa upnp.SoapAction, actionRequestXML []b
|
||||
func (s *SSDPServer) serveHTTP() error {
|
||||
srv := &http.Server{
|
||||
Handler: s.handler,
|
||||
ReadHeaderTimeout: 10,
|
||||
ReadHeaderTimeout: 10 * time.Second,
|
||||
}
|
||||
err := srv.Serve(s.HTTPConn)
|
||||
select {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user