summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-error-order.js
AgeCommit message (Collapse)Author
2018-11-30test: verify order of error in h2 server streamMyles Borins
Currently the order of error / closing of an h2 stream is consistent in 10.x, 11.x, and master. There appears to be an unexpected behavior difference in 8.x. This test will be used to bisect the commit that will fix this behavior change and ensure there are no future regressions. PR-URL: https://github.com/nodejs/node/pull/24685 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>