aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-stream-removelisteners-after-close.js
AgeCommit message (Collapse)Author
2019-09-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
Do not crash when the session is no longer available. Fixes: https://github.com/nodejs/node/issues/29457 PR-URL: https://github.com/nodejs/node/pull/29459 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>