net/http.http2ClientConn.nextStreamID (field)
11 uses
net/http (current package)
h2_bundle.go#L6755: nextStreamID uint32
h2_bundle.go#L7148: nextStreamID: 1,
h2_bundle.go#L7182: cc.nextStreamID = 3
h2_bundle.go#L7273: if cc.singleUse && cc.nextStreamID > 1 {
h2_bundle.go#L7288: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
h2_bundle.go#L7290: st.freshConn = cc.nextStreamID == 1 && st.canTakeNewRequest
h2_bundle.go#L7326: nextID := cc.nextStreamID
h2_bundle.go#L7385: maxStreamID := cc.nextStreamID
h2_bundle.go#L8196: ID: cc.nextStreamID,
h2_bundle.go#L8205: cc.nextStreamID += 2
h2_bundle.go#L8704: neverSent := cc.nextStreamID
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)