summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-finished.js
Commit message (Expand)AuthorAgeFilesLines
* stream: avoid premature close when will not emit closeRobert Nagy2022-11-201-0/+14
* http: fix failing testPaolo Insogna2022-07-021-1/+3
* stream: throw invalid arg type from End Of StreamJithil P Ponnan2022-02-101-1/+6
* stream: stricter isReadableNodeStreamRobert Nagy2021-11-261-0/+17
* stream: fix finished regression when working with legacy StreamMatteo Collina2021-11-221-1/+10
* stream: unify writableErrored and readableErroredRobert Nagy2021-11-181-2/+2
* stream: add errored and closed propsRobert Nagy2021-11-131-0/+4
* stream: unify stream utilsRobert Nagy2021-07-111-2/+1
* stream: finished should error on errored streamRobert Nagy2021-07-041-0/+23
* test: stream.finished detects a destroyed IncomingMessageNitzan Uziely2021-05-171-4/+20
* stream: add AbortSignal support to finishedNitzan Uziely2021-02-261-0/+77
* stream: only use legacy close listeners if not willEmitCloseRobert Nagy2020-12-301-0/+23
* test: add common.mustSucceedTobias Nießen2020-10-171-11/+4
* stream: finished on closed OutgoingMessageRobert Nagy2020-07-161-0/+19
* stream: rename opts to optionsrickyes2020-07-161-1/+1
* stream: fix stream.finished on DuplexRobert Nagy2020-04-301-1/+85
* stream: don't wait for close on legacy streamsRobert Nagy2020-04-271-0/+12
* stream: finished should complete with read-only DuplexRobert Nagy2020-04-231-1/+33
* stream: eos make const state constRobert Nagy2020-03-031-1/+1
* stream: fix finished w/ 'close' before 'end'Robert Nagy2020-03-031-0/+10
* stream: fix finished typoRobert Nagy2020-02-221-1/+11
* stream: finished callback for closed streamsRobert Nagy2020-02-081-0/+117
* stream: fix finished w/ 'close' before 'finish'Robert Nagy2020-02-051-0/+13
* stream: fix finished writable/readable stateRobert Nagy2020-01-281-0/+18
* Revert "stream: make finished call the callback if the stream is closed"Matteo Collina2019-10-101-185/+3
* stream: use more accurate end-of-stream writable and readable detectionRobert Nagy2019-09-221-0/+48
* stream: make finished call the callback if the stream is closedRobert Nagy2019-09-031-3/+137
* stream: add readableEndedRobert Nagy2019-08-191-0/+9
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-2/+2
* errors: update error nameRuben Bridgewater2019-03-231-3/+3
* test: increase coverage of internal/stream/end-of-streamTyler Vann-Campbell2018-10-241-0/+22
* lib: require a callback for end-of-streamRuben Bridgewater2018-08-221-2/+36
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-2/+0
* stream: add pipeline and finishedMathias Buus2018-04-161-0/+123