google.golang.org/grpc/internal/transport.http2Server.maxStreamID (field)
4 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L75: maxStreamID uint32 // max stream ID ever seen
http2_server.go#L395: if streamID%2 != 1 || streamID <= t.maxStreamID {
http2_server.go#L404: t.maxStreamID = streamID
http2_server.go#L1165: sid := t.maxStreamID
![]() |
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. |