golang.org/x/net/http2.serverConn.sendWindowUpdate32 (method)
5 uses
golang.org/x/net/http2 (current package)
server.go#L1725: sc.sendWindowUpdate32(nil, pad)
server.go#L1726: sc.sendWindowUpdate32(st, pad)
server.go#L2263: sc.sendWindowUpdate32(st, maxUint31)
server.go#L2266: sc.sendWindowUpdate32(st, int32(n))
server.go#L2270: func (sc *serverConn) sendWindowUpdate32(st *stream, n int32) {
![]() |
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. |