summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-readable-destroy.js
AgeCommit message (Expand)Author
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-11-27test: update strictEqual argument orderVeysonD
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-03-06stream: updated streams error handlingMathias Buus
2017-05-24stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-22stream: add destroy and _destroy methods.Matteo Collina