const golang.org/x/net/http2.initialWindowSize
8 uses
golang.org/x/net/http2 (current package)
http2.go#L69: initialWindowSize = 65535 // 6.9.2 Initial Flow Control Window Size
server.go#L140: if s.MaxUploadBufferPerConnection > initialWindowSize {
server.go#L385: initialStreamSendWindowSize: initialWindowSize,
server.go#L413: sc.flow.add(initialWindowSize)
server.go#L414: sc.inflow.add(initialWindowSize)
server.go#L831: if diff := sc.srv.initialConnRecvWindowSize() - initialWindowSize; diff > 0 {
transport.go#L664: cc.flow.add(int32(initialWindowSize))
transport.go#L698: cc.inflow.add(transportDefaultConnFlow + initialWindowSize)
![]() |
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. |