Skip to content

Commit

Permalink
Revert "refactor(dslx): Runtime is a renamed, abstract ConnPool"
Browse files Browse the repository at this point in the history
This reverts commit 3b41a24.
  • Loading branch information
bassosimone committed Oct 20, 2023
1 parent d1db35d commit adc830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dslx/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit adc830e

Please sign in to comment.