Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 'aborted' listener #20

Closed
ronag opened this issue Apr 22, 2020 · 2 comments
Closed

Missing 'aborted' listener #20

ronag opened this issue Apr 22, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ronag
Copy link

ronag commented Apr 22, 2020

The IncomingMessage response object does not emit ECONNRESET as an 'error', rather it emits an 'aborted' event. http-timer should probably listen to the 'aborted' handler and treat it as an error?

@ronag
Copy link
Author

ronag commented Apr 22, 2020

Some related reading if interested:

nodejs/node#28172
nodejs/node#28677

@szmarczak
Copy link
Owner

Fixed in 4.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants