Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-client-setLocalWindowSize.js32 () => client.setLocalWindowSize(outOfRangeNum),
48 () => client.setLocalWindowSize(value),
77 client.setLocalWindowSize(windowSize);
105 client.setLocalWindowSize(windowSize);
Dtest-http2-server-setLocalWindowSize.js18 session.setLocalWindowSize(windowSize);
Dtest-http2-client-destroy.js80 assert.throws(() => client.setLocalWindowSize(), sessionError);
91 assert.throws(() => client.setLocalWindowSize(), sessionError);
/third_party/node/lib/internal/http2/
Dcore.js1359 setLocalWindowSize(windowSize) { method in Http2Session
1364 const ret = this[kHandle].setLocalWindowSize(windowSize);
/third_party/node/doc/api/
Dhttp2.md595 #### `http2session.setLocalWindowSize(windowSize)`
617 session.setLocalWindowSize(expectedWindowSize);
Derrors.md1586 Out of memory when using the `http2session.setLocalWindowSize(windowSize)` API.