fix(agent): remove leftover pointer in tls.Config

This commit is contained in:
yusing
2025-10-12 22:23:14 +08:00
parent 82f02ea2bf
commit cc8858332d

View File

@@ -27,7 +27,7 @@ type AgentConfig struct {
httpClient *http.Client
httpClientHealthCheck *http.Client
tlsConfig *tls.Config
tlsConfig tls.Config
l zerolog.Logger
} // @name Agent