mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
noticed while working on #15916, we do a request that, when successful, returns a 204 response (with no content) currently the client will fail to parse the contents of the response and return an error "response: unexpected end of JSON input, body" even if the request was succesful.
1 line
95 B
Text
1 line
95 B
Text
* improve the HTTP client used by `fleetctl` and `fleetd` to prevent errors for 204 responses.
|