golang.org/x/net/http2.ClientConn.nextStreamID (field)

11 uses

	golang.org/x/net/http2 (current package)
		transport.go#L253: 	nextStreamID    uint32
		transport.go#L645: 		nextStreamID:          1,
		transport.go#L679: 		cc.nextStreamID = 3
		transport.go#L770: 	if cc.singleUse && cc.nextStreamID > 1 {
		transport.go#L785: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		transport.go#L787: 	st.freshConn = cc.nextStreamID == 1 && st.canTakeNewRequest
		transport.go#L823: 	nextID := cc.nextStreamID
		transport.go#L882: 	maxStreamID := cc.nextStreamID
		transport.go#L1693: 		ID:        cc.nextStreamID,
		transport.go#L1702: 	cc.nextStreamID += 2
		transport.go#L2201: 		neverSent := cc.nextStreamID