Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-client-rststream-before-connect.js19 const closeCode = 1; constant
34 () => req.close(closeCode, notFunction),
43 req.close(closeCode, common.mustCall());
50 req.close(closeCode + 1);
54 assert.strictEqual(req.rstCode, closeCode);