net/http.http2serverConn.sendWindowUpdate (method)
7 uses
net/http (current package)
h2_bundle.go#L4401: sc.sendWindowUpdate(nil, int(diff))
h2_bundle.go#L5104: sc.sendWindowUpdate(nil, p.Len())
h2_bundle.go#L5238: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5268: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5800: sc.sendWindowUpdate(nil, n) // conn-level
h2_bundle.go#L5804: sc.sendWindowUpdate(st, n)
h2_bundle.go#L5809: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)