-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: clarify when http emits aborted event #28262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subsystem for the commit message should be doc:
. Maybe something like doc: clarify when http emits aborted event
? This is something that can be handled by whoever lands the PR but if you want to save someone a few keystrokes, by all means, amend the commit message and force push.
Co-Authored-By: Rich Trott <rtrott@gmail.com>
@nodejs/http (just in case this is a bug that needs to be fixed rather than a peculiarity that needs to be documented or something like that) |
This is relevant #28172 and argues a change in behaviour. However, if or until then I suggest we should clarify the existing behaviour. |
Landed in 1a4f27a |
Clarify premature close and
response
object behaviour.Ref: #28172
Checklist