net/http.http2clientStream.ID (field)
32 uses
net/http (current package)
h2_bundle.go#L6783: ID uint32
h2_bundle.go#L6860: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L6861: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7607: werr := cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L7617: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7659: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7673: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7679: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7683: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7689: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7693: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7699: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7715: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7853: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
h2_bundle.go#L7861: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
h2_bundle.go#L7873: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7882: err = cc.fr.WriteData(cs.ID, sentEnd, data)
h2_bundle.go#L7912: cc.writeStreamReset(cs.ID, http2ErrCodeInternal, err)
h2_bundle.go#L7913: cc.forgetStreamID(cs.ID)
h2_bundle.go#L7928: err = cc.writeHeaders(cs.ID, true, maxFrameSize, trls)
h2_bundle.go#L7930: err = cc.fr.WriteData(cs.ID, true, nil)
h2_bundle.go#L8196: ID: cc.nextStreamID,
h2_bundle.go#L8206: cc.streams[cs.ID] = cs
h2_bundle.go#L8331: cs.cc.writeStreamReset(cs.ID, se.Code, err)
h2_bundle.go#L8332: cs.cc.forgetStreamID(cs.ID)
h2_bundle.go#L8441: cc.forgetStreamID(cs.ID)
h2_bundle.go#L8617: cc.writeStreamReset(cs.ID, http2ErrCodeProtocol, err)
h2_bundle.go#L8660: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
h2_bundle.go#L8680: cc.fr.WriteRSTStream(cs.ID, http2ErrCodeCancel)
h2_bundle.go#L8694: cc.forgetStreamID(cs.ID)
h2_bundle.go#L8772: cc.fr.WriteWindowUpdate(cs.ID, uint32(refund))
h2_bundle.go#L8929: err := http2streamError(cs.ID, f.ErrCode)
 |
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. |