diff options
author | Matteo Collina <hello@matteocollina.com> | 2018-03-08 16:22:23 +0100 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-03-21 11:04:46 +0000 |
commit | 3914e977414c05849553328e375c8fb2c2aaa347 (patch) | |
tree | 05ec91862899bc179669897384414a30f1b78b85 /node.gypi | |
parent | 55f7bbb0bd111c42ad7970473f44b2dd8da00a03 (diff) | |
download | node-new-3914e977414c05849553328e375c8fb2c2aaa347.tar.gz |
http2: fixes error handling
There should be no default error handling when using Http2Stream.
All errors will end up in `'streamError'` on the server anyway,
but they are emitted on `'stream'` as well, otherwise some error
conditions are impossible to debug.
See: https://github.com/nodejs/node/pull/14991
Backport-PR-URL: https://github.com/nodejs/node/pull/19478
PR-URL: https://github.com/nodejs/node/pull/19232
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gypi')
0 files changed, 0 insertions, 0 deletions