-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
http: end with data should emit write after end error #28666
Conversation
@benjamingr ping |
|
f3e0175
to
13b9ff3
Compare
SGTM, please add a test. |
78a3f2e
to
0560050
Compare
@lpinca added |
Sure this seems reasonable, can we can a citgm run? |
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.
LGTM with citgm run :)
Added |
0560050
to
325d3a4
Compare
@Trott: This is no longer blocked |
@Trott: this looks ready |
Hmmm...I botched the link. Let's try again... CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2129/ (queued) |
@Trott: Can we land this? |
This comment has been minimized.
This comment has been minimized.
@Trott: flaky CI? failure seems unrelated |
This comment has been minimized.
This comment has been minimized.
@Trott: Was CITGM fine (404 now)? Can this land? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Calling end() with data while ending should trigger a write after end error. PR-URL: #28666 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Looks like it landed in c776a37 instead |
Calling
end()
with data whileending
should trigger a write after end error.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes