golang.org/x/net/http2.serverConn.maxClientStreamID (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L524: maxClientStreamID uint32 // max ever seen from client (odd), or 0 if there have been no client requests
server.go#L618: if streamID <= sc.maxClientStreamID {
server.go#L1254: maxStreamID: sc.maxClientStreamID,
server.go#L1635: if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || id > sc.maxClientStreamID) {
server.go#L1827: if id <= sc.maxClientStreamID {
server.go#L1830: sc.maxClientStreamID = id
![]() |
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. |