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
![]() |
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. |