Files
gatus/client
copilot-swe-agent[bot] 2be0bd717d Fix data race on injectedHTTPClient in client package
Add sync.RWMutex to protect concurrent read/write access to the
package-level injectedHTTPClient variable, which was causing flaky
test failures when TestGetHTTPClient and
TestHttpClientProvidesOAuth2BearerToken ran in parallel with -race.

Agent-Logs-Url: https://github.com/TwiN/gatus/sessions/5eccf19f-b033-4bf0-9d3b-4e462e7e89c4

Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com>
2026-04-02 21:33:53 +00:00
..