Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js220 const kMaxALTSVC = (2 ** 14) - 2; constant
1677 if ((alt.length + (origin !== undefined ? origin.length : 0)) > kMaxALTSVC)
1709 if (len > kMaxALTSVC)