const net/http.http2transportDefaultStreamFlow
5 uses
net/http (current package)
h2_bundle.go#L6549: http2transportDefaultStreamFlow = 4 << 20
h2_bundle.go#L7192: {ID: http2SettingInitialWindowSize, Val: http2transportDefaultStreamFlow},
h2_bundle.go#L8203: cs.inflow.add(http2transportDefaultStreamFlow)
h2_bundle.go#L8648: if v < http2transportDefaultStreamFlow-http2transportDefaultStreamMinRefresh {
h2_bundle.go#L8649: streamAdd = int32(http2transportDefaultStreamFlow - v)
![]() |
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. |