net/http.http2ClientConn.maxFrameSize (field)
8 uses
net/http (current package)
h2_bundle.go#L6764: maxFrameSize uint32
h2_bundle.go#L7149: maxFrameSize: 16 << 10, // spec default
h2_bundle.go#L7437: size := cc.maxFrameSize
h2_bundle.go#L7607: werr := cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L7919: maxFrameSize := int(cc.maxFrameSize)
h2_bundle.go#L7962: if take > int32(cc.maxFrameSize) {
h2_bundle.go#L7963: take = int32(cc.maxFrameSize)
h2_bundle.go#L8853: cc.maxFrameSize = 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. |