golang.org/x/net/http2.ClientConn.initialWindowSize (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L265: initialWindowSize uint32
transport.go#L647: initialWindowSize: 65535, // spec default
transport.go#L1698: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L2367: delta := int32(s.Val) - int32(cc.initialWindowSize)
transport.go#L2373: cc.initialWindowSize = s.Val
![]() |
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. |