http: emit ECONNRESET if no 'aborted' listener by ronag · Pull Request #28677 · nodejs/node
ronag
changed the title
http: emit ECONNRESET if not aborted listener
http: emit ECONNRESET if no aborted listener
ronag
changed the title
http: emit ECONNRESET if no aborted listener
http: emit ECONNRESET if no 'aborted' listener
mcollina
added
the
semver-major
label
Jul 14, 2019
Trott
added
author ready
and removed author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.labels
Sep 19, 2019
ronag
mentioned this pull request
This was referenced
Apr 22, 2020
ronag
mentioned this pull request
4 tasks
ronag added a commit that referenced this pull request
May 10, 2020Server requests aka. IncomingMessage emits 'aborted' instead of 'error' which causes confusion when the object is used as a regular stream, i.e. if functions working on streams are passed a server request object they might not work properly unless they take this into account. Refs: nodejs/web-server-frameworks#41 PR-URL: #33172 Fixes: #28172 Refs: #28677 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters