Home
last modified time | relevance | path

Searched defs:maxConcurrentStreams (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-too-many-streams.js13 const server = http2.createServer({ settings: { maxConcurrentStreams: 1 } }); property
Dtest-http2-max-concurrent-streams.js11 const server = h2.createServer({ settings: { maxConcurrentStreams: 1 } }); property
Dtest-http2-update-settings.js18 'maxConcurrentStreams': 1, property
Dtest-http2-session-settings.js44 maxConcurrentStreams: 2 property
Dtest-http2-getpackedsettings.js102 maxConcurrentStreams: 200, property
/third_party/node/benchmark/http2/
Dwrite.js35 maxConcurrentStreams: streams, property
Dsimple.js30 maxConcurrentStreams: streams, property
Drespond-with-fd.js33 maxConcurrentStreams: streams, property
Dcompat.js32 maxConcurrentStreams: streams, property
/third_party/node/src/
Dnode_http2.cc670 uint32_t maxConcurrentStreams = in CanAddStream() local