net/http.persistConn.addTLS (method)
3 uses
net/http (current package)
transport.go#L1508: func (pconn *persistConn) addTLS(name string, trace *httptrace.ClientTrace) error {
transport.go#L1610: if err = pconn.addTLS(firstTLSHost, trace); err != nil {
transport.go#L1724: if err := pconn.addTLS(cm.tlsHost(), trace); err != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)