Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

grove: errors - "request method or response status code does not allow body" #3139

@jrushford

Description

@jrushford

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething isn't working as intendedgroverelated to the "grove" HTTP caching server implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions