You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Monitoring some grove trial servers and am see messages like this in the error.log:
"ERROR: handler.go:319: xxxx responding: http: request method or response status code does not allow body"
I do not believe they are causing any player issues as I've monitored the channels and see no issue with playback. The requests are GET requests and I believe that they may be conditional GET requests with an If-Modified-Since header and that the response may be a 304 with a body. Not 100 % certain though as the requests are over SSL and the error message does not log the response code.
I will add some additional debugging so that it does log the response code and am trying to duplicate this in the lab for further analysis.