This commit is contained in:
ab14-tech 2025-01-24 12:24:15 -05:00
parent 7a805e8d6b
commit f4bb176184

View File

@ -133,7 +133,7 @@ type ActiveHealthChecks struct {
// body of a healthy backend.
ExpectBody string `json:"expect_body,omitempty"`
transport http.RoundTripper `json:"transport,omitempty"`
transport http.RoundTripper `json:"-"``
uri *url.URL
httpClient *http.Client
bodyRegexp *regexp.Regexp