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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |