net/http/httptrace.ClientTrace.GotConn (field)
7 uses
net/http/httptrace (current package)
trace.go#L91: GotConn func(GotConnInfo)
net/http
h2_bundle.go#L10904: if trace == nil || trace.GotConn == nil {
h2_bundle.go#L10916: trace.GotConn(ci)
transport.go#L1524: if r.pc != nil && r.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1533: trace.GotConn(info)
golang.org/x/net/http2
transport.go#L3223: if trace == nil || trace.GotConn == nil {
transport.go#L3235: trace.GotConn(ci)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)