net/http.http2ClientConn.fr (field)
25 uses
net/http (current package)
h2_bundle.go#L6760: fr *http2Framer
h2_bundle.go#L7173: cc.fr = http2NewFramer(cc.bw, cc.br)
h2_bundle.go#L7174: cc.fr.ReadMetaHeaders = hpack.NewDecoder(http2initialHeaderTableSize, nil)
h2_bundle.go#L7175: cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
h2_bundle.go#L7199: cc.fr.WriteSettings(initialSettings...)
h2_bundle.go#L7200: cc.fr.WriteWindowUpdate(0, http2transportDefaultConnFlow)
h2_bundle.go#L7386: if err := cc.fr.WriteGoAway(maxStreamID, http2ErrCodeNo, nil); err != nil {
h2_bundle.go#L7781: cc.fr.WriteHeaders(http2HeadersFrameParam{
h2_bundle.go#L7789: cc.fr.WriteContinuation(streamID, endHeaders, chunk)
h2_bundle.go#L7882: err = cc.fr.WriteData(cs.ID, sentEnd, data)
h2_bundle.go#L7930: err = cc.fr.WriteData(cs.ID, true, nil)
h2_bundle.go#L8247: cc.fr.WriteGoAway(0, http2ErrCode(ce), nil)
h2_bundle.go#L8322: f, err := cc.fr.ReadFrame()
h2_bundle.go#L8334: se.Cause = cc.fr.errDetail
h2_bundle.go#L8657: cc.fr.WriteWindowUpdate(0, http2mustUint31(connAdd))
h2_bundle.go#L8660: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
h2_bundle.go#L8680: cc.fr.WriteRSTStream(cs.ID, http2ErrCodeCancel)
h2_bundle.go#L8686: cc.fr.WriteWindowUpdate(0, uint32(unread))
h2_bundle.go#L8723: cc.fr.WriteWindowUpdate(0, uint32(f.Length))
h2_bundle.go#L8769: cc.fr.WriteWindowUpdate(0, uint32(refund))
h2_bundle.go#L8772: cc.fr.WriteWindowUpdate(cs.ID, uint32(refund))
h2_bundle.go#L8890: cc.fr.WriteSettingsAck()
h2_bundle.go#L8957: if err := cc.fr.WritePing(false, p); err != nil {
h2_bundle.go#L8992: if err := cc.fr.WritePing(true, f.Data); err != nil {
h2_bundle.go#L9015: cc.fr.WriteRSTStream(streamID, code)
 |
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. |