0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
davidmarkclements ef07d6570f errors: change ERR_HTTP2_HEADER_SINGLE_VALUE to TypeError
changes the base instance for ERR_HTTP2_HEADER_SINGLE_VALUE
from Error to TypeError as a more accurate representation
of the error. Additionally corrects the grammar of the error
message.

PR-URL: https://github.com/nodejs/node/pull/19805
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-04-09 13:29:48 +02:00
..
fs
internal errors: change ERR_HTTP2_HEADER_SINGLE_VALUE to TypeError 2018-04-09 13:29:48 +02:00
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js test,http: fix http dump test 2018-04-07 10:03:22 +02:00
_stream_duplex.js net,stream: remove DuplexBase 2018-04-06 10:23:22 +02:00
_stream_passthrough.js
_stream_readable.js stream: 'readable' have precedence over flowing 2018-04-06 13:50:15 +02:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
.eslintrc.yaml
assert.js
async_hooks.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
dns.js errors: make dns errors consistent 2018-04-05 19:29:02 +02:00
domain.js
events.js
fs.js fs: make ReadStream throw TypeError on NaN 2018-04-06 10:51:35 +02:00
http2.js
http.js
https.js
inspector.js
module.js
net.js net,stream: remove DuplexBase 2018-04-06 10:23:22 +02:00
os.js
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js
util.js
v8.js
vm.js
zlib.js