From adc830eef8ee81086beb74412390462e4e1924bc Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 20 Oct 2023 14:11:09 +0200 Subject: [PATCH] Revert "refactor(dslx): Runtime is a renamed, abstract ConnPool" This reverts commit 3b41a24b929451ee63af0ae71f78191b82e222b6. --- internal/dslx/tls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dslx/tls.go b/internal/dslx/tls.go index af67d59f61..5a37685dba 100644 --- a/internal/dslx/tls.go +++ b/internal/dslx/tls.go @@ -76,7 +76,7 @@ type tlsHandshakeFunc struct { // RootCAs contains the Root CAs to use. RootCAs *x509.CertPool - // Pool is the Pool that owns us. + // Rt is the Runtime that owns us. Rt Runtime // ServerName is the ServerName to handshake for.