const golang.org/x/net/http2.SettingMaxHeaderListSize
10 uses
golang.org/x/net/http2 (current package)
http2.go#L156: SettingMaxHeaderListSize SettingID = 0x6
http2.go#L165: SettingMaxHeaderListSize: "MAX_HEADER_LIST_SIZE",
server.go#L823: {SettingMaxHeaderListSize, sc.maxHeaderListSize()},
server.go#L1591: case SettingMaxHeaderListSize:
transport.go#L692: initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
transport.go#L2353: case SettingMaxHeaderListSize:
google.golang.org/grpc/internal/transport
http2_client.go#L332: ID: http2.SettingMaxHeaderListSize,
http2_client.go#L1046: case http2.SettingMaxHeaderListSize:
http2_server.go#L171: ID: http2.SettingMaxHeaderListSize,
http2_server.go#L668: case http2.SettingMaxHeaderListSize:
![]() |
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. |