Files
beszel-ipv6/agent
Quadrubo 7ffc6e81ce fix(agent): prevent a malformed Docker response from permanently breaking container stats (#2066)
decode() reused a single json.Decoder across responses. Once a decode errored on a truncated or malformed body (e.g. a container removed mid-request), the decoder stayed desynced and every subsequent decode failed, silently stopping all container stats until the agent was restarted. Decode the buffered bytes with json.Unmarshal instead, which keeps the reusable read buffer but holds no cross-call state.

Regression from d67d638.
2026-08-11 16:40:24 -04:00
..
2026-02-26 18:38:54 -05:00
2026-02-18 14:51:30 -05:00
2025-09-07 16:42:15 -04:00
2025-09-07 16:42:15 -04:00