Searched refs:rstCode (Results 1 – 15 of 15) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-client-stream-destroy-before-connect.js | 46 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR); 47 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR);
|
D | test-http2-propagate-session-destroy-code.js | 28 assert.strictEqual(stream.rstCode, destroyCode); 48 assert.strictEqual(stream.rstCode, destroyCode);
|
D | test-http2-too-many-headers.js | 29 assert.strictEqual(req.rstCode, NGHTTP2_ENHANCE_YOUR_CALM);
|
D | test-http2-too-large-headers.js | 27 assert.strictEqual(req.rstCode, NGHTTP2_ENHANCE_YOUR_CALM);
|
D | test-http2-server-rst-before-respond.js | 32 assert.strictEqual(h2.constants.NGHTTP2_NO_ERROR, req.rstCode);
|
D | test-h2-large-header-cause-client-to-hangup.js | 31 assert.strictEqual(stream.rstCode, NGHTTP2_CANCEL);
|
D | test-http2-respond-file-fd-invalid.js | 45 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR);
|
D | test-http2-connect-method-extended.js | 33 assert.strictEqual(req.rstCode, 0);
|
D | test-http2-client-upload-reject.js | 24 assert.strictEqual(stream.rstCode, 0);
|
D | test-http2-server-rst-stream.js | 54 assert.strictEqual(req.rstCode, test[0]);
|
D | test-http2-options-max-reserved-streams.js | 39 assert.strictEqual(pushedStream.rstCode, 8);
|
D | test-http2-client-rststream-before-connect.js | 54 assert.strictEqual(req.rstCode, closeCode);
|
D | test-http2-client-destroy.js | 297 assert.strictEqual(stream.rstCode, h2.constants.NGHTTP2_CANCEL);
|
/third_party/node/lib/internal/http2/ |
D | core.js | 1910 state.rstCode = code; 1979 rstCode: NGHTTP2_NO_ERROR, 2093 get rstCode() { getter in Http2Stream 2094 return this[kState].rstCode; 2320 let code = this.closed ? this.rstCode : sessionCode;
|
/third_party/node/doc/api/ |
D | http2.md | 1086 property will be `true` and the `http2stream.rstCode` property will specify the 1113 the `http2stream.rstCode` property. If the code is any value other than 1319 #### `http2stream.rstCode`
|