From f4bb176184b9c3d26e1aeacc9b7e9523bd36ab9c Mon Sep 17 00:00:00 2001 From: ab14-tech <> Date: Fri, 24 Jan 2025 12:24:15 -0500 Subject: [PATCH] exclude --- modules/caddyhttp/reverseproxy/healthchecks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddyhttp/reverseproxy/healthchecks.go b/modules/caddyhttp/reverseproxy/healthchecks.go index 982c1ec39..705afd78f 100644 --- a/modules/caddyhttp/reverseproxy/healthchecks.go +++ b/modules/caddyhttp/reverseproxy/healthchecks.go @@ -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