golang.org/x/net/http2.serverConn.sendWindowUpdate (method)
7 uses
golang.org/x/net/http2 (current package)
server.go#L832: sc.sendWindowUpdate(nil, int(diff))
server.go#L1535: sc.sendWindowUpdate(nil, p.Len())
server.go#L1683: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
server.go#L1713: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
server.go#L2245: sc.sendWindowUpdate(nil, n) // conn-level
server.go#L2249: sc.sendWindowUpdate(st, n)
server.go#L2254: func (sc *serverConn) sendWindowUpdate(st *stream, n int) {
![]() |
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. |