golang.org/x/net/http2.ClientConn.peerMaxHeaderListSize (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L264: peerMaxHeaderListSize uint64
transport.go#L649: peerMaxHeaderListSize: 0xffffffffffffffff, // "infinite", per spec. Use 2^64-1 instead.
transport.go#L1609: if hlSize > cc.peerMaxHeaderListSize {
transport.go#L1661: if hlSize > cc.peerMaxHeaderListSize {
transport.go#L2354: cc.peerMaxHeaderListSize = uint64(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. |