net/http.http2Framer.WriteWindowUpdate (method)
9 uses
net/http (current package)
h2_bundle.go#L2196: func (f *http2Framer) WriteWindowUpdate(streamID, incr uint32) error {
h2_bundle.go#L7200: cc.fr.WriteWindowUpdate(0, http2transportDefaultConnFlow)
h2_bundle.go#L8657: cc.fr.WriteWindowUpdate(0, http2mustUint31(connAdd))
h2_bundle.go#L8660: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
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#L9578: return ctx.Framer().WriteWindowUpdate(wu.streamID, wu.n)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)