Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js197 const kMaxStreams = (2 ** 32) - 1; constant
924 0, kMaxStreams);
1292 if (id <= 0 || id > kMaxStreams)
1293 throw new ERR_OUT_OF_RANGE('id', `> 0 and <= ${kMaxStreams}`, id);