stream: don't deadlock on aborted stream by ronag · Pull Request #29376 · nodejs/node

@ronag

Not all streams (e.g. http.ClientRequest) will always emit
'close' after 'aborted'.

@ronag

mcollina

approved these changes Aug 30, 2019

@ronag ronag mentioned this pull request

Aug 30, 2019

@ronag

@ronag

mcollina pushed a commit that referenced this pull request

Sep 2, 2019
Not all streams (e.g. http.ClientRequest) will always emit
'close' after 'aborted'.

PR-URL: #29376
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

BridgeAR pushed a commit that referenced this pull request

Sep 3, 2019
Not all streams (e.g. http.ClientRequest) will always emit
'close' after 'aborted'.

PR-URL: #29376
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

BridgeAR pushed a commit that referenced this pull request

Sep 4, 2019
Not all streams (e.g. http.ClientRequest) will always emit
'close' after 'aborted'.

PR-URL: #29376
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>