net/http/httptrace.ClientTrace.GotConn (field)
7 uses
net/http/httptrace (current package)
trace.go#L91: GotConn func(GotConnInfo)
net/http
h2_bundle.go#L10671: if trace == nil || trace.GotConn == nil {
h2_bundle.go#L10683: trace.GotConn(ci)
transport.go#L1556: if r.pc != nil && r.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1565: trace.GotConn(info)
golang.org/x/net/http2
transport.go#L2986: if trace == nil || trace.GotConn == nil {
transport.go#L2998: trace.GotConn(ci)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)