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-client-destroy.js81 assert.throws(() => client.setLocalWindowSize(), sessionError);
92 assert.throws(() => client.setLocalWindowSize(), sessionError);
Dtest-http2-server-setLocalWindowSize.js18 session.setLocalWindowSize(windowSize);
/third_party/node/lib/internal/http2/
Dcore.js1300 setLocalWindowSize(windowSize) { method in Http2Session
1305 const ret = this[kHandle].setLocalWindowSize(windowSize);
/third_party/node/doc/api/
Dhttp2.md521 #### `http2session.setLocalWindowSize(windowSize)`
540 session.setLocalWindowSize(expectedWindowSize);
Derrors.md1159 Out of memory when using the `http2session.setLocalWindowSize(windowSize)` API.