Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-util-nghttp2error.js6 const { NghttpError } = require('internal/http2/util');
9 const err = new NghttpError(-501);
14 constructor: NghttpError,
20 const err = new NghttpError(401);
Dtest-http2-client-http1-server.js11 const { NghttpError } = require('internal/http2/util');
32 constructor: NghttpError,
38 constructor: NghttpError,
Dtest-http2-misbehaving-multiplex.js12 const { NghttpError } = require('internal/http2/util');
33 constructor: NghttpError,
52 constructor: NghttpError,
Dtest-http2-server-http1-client.js11 const { NghttpError } = require('internal/http2/util');
19 constructor: NghttpError,
Dtest-http2-server-push-stream-errors.js14 const { NghttpError } = require('internal/http2/util');
55 constructor: NghttpError,
Dtest-http2-info-headers-errors.js14 const { NghttpError } = require('internal/http2/util');
30 constructor: NghttpError,
Dtest-http2-client-onconnect-errors.js15 const { NghttpError } = require('internal/http2/util');
57 constructor: NghttpError,
Dtest-http2-respond-with-fd-errors.js19 const { NghttpError } = require('internal/http2/util');
38 constructor: NghttpError,
Dtest-http2-respond-nghttperrors.js14 const { NghttpError } = require('internal/http2/util');
31 constructor: NghttpError,
/third_party/node/lib/internal/http2/
Dutil.js549 class NghttpError extends Error { class
678 NghttpError, property
Dcore.js157 NghttpError,
750 session.destroy(new NghttpError(ret));
794 this[kOwner].destroy(new NghttpError(integerCode, customErrorCode));
1898 stream.destroy(new NghttpError(ret));
2507 self.destroy(new NghttpError(ret));
2733 err = new NghttpError(ret);
2801 this.destroy(new NghttpError(ret));
2961 this.destroy(new NghttpError(ret));
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3121 …om/nodejs/node/commit/9f79bd8fba)] - **test**: http2 test coverage for NghttpError (James M Snell)…
DCHANGELOG_V12.md5787 …ps://github.com/nodejs/node/commit/ca720b3a55)] - **test**: converting NghttpError to string in HT…