const golang.org/x/net/http2.SettingInitialWindowSize
13 uses
golang.org/x/net/http2 (current package)
frame.go#L723: if v, ok := f.Value(SettingInitialWindowSize); ok && v > (1<<31)-1 {
http2.go#L134: case SettingInitialWindowSize:
http2.go#L154: SettingInitialWindowSize SettingID = 0x4
http2.go#L163: SettingInitialWindowSize: "INITIAL_WINDOW_SIZE",
server.go#L824: {SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
server.go#L1587: case SettingInitialWindowSize:
transport.go#L689: {ID: SettingInitialWindowSize, Val: transportDefaultStreamFlow},
transport.go#L2355: case SettingInitialWindowSize:
google.golang.org/grpc/internal/transport
controlbuf.go#L808: case http2.SettingInitialWindowSize:
http2_client.go#L326: ID: http2.SettingInitialWindowSize,
http2_client.go#L935: ID: http2.SettingInitialWindowSize,
http2_server.go#L166: ID: http2.SettingInitialWindowSize,
http2_server.go#L570: ID: http2.SettingInitialWindowSize,
 |
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. |