net/http.persistConn.alt (field)

12 uses

	net/http (current package)
		transport.go#L587: 		if pconn.alt != nil {
		transport.go#L590: 			resp, err = pconn.alt.RoundTrip(req)
		transport.go#L919: 	if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
		transport.go#L930: 		if pconn.alt == nil {
		transport.go#L986: 	if t.IdleConnTimeout > 0 && pconn.alt == nil {
		transport.go#L1053: 				if pconn.alt != nil {
		transport.go#L1351: 		if pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1372: 		if w.pc != nil && w.pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1444: 	if err == nil && (!delivered || pc.alt != nil) {
		transport.go#L1736: 			return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L1869: 	alt RoundTripper
		transport.go#L2702: 		if pc.alt == nil {