Home
last modified time | relevance | path

Searched refs:clientMaxStreams (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go346clientMaxStreams: math.MaxUint32, // Section 6.5.2: "Initially, there is no limit to th…
473clientMaxStreams uint32 // SETTINGS_MAX_CONCURRENT_STREAMS from client (our PUSH_PROMIS… member
1513 sc.clientMaxStreams = s.Val
2754 if sc.curPushedStreams+1 > sc.clientMaxStreams {