http: do not emit socket errors after complete response#64278
Conversation
|
Review requested:
|
Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
|
I fear we need to bake this a bit |
|
removed the baking for lts, given the bug is in 24, we might want to have it fixed there |
|
Landed in 17163ea |
|
@nodejs/http fyi, all socket errors after |
|
Agreed @lpinca - this swallows errors for started but incomplete responses in problematic ways. I think it's an easy fix: we just need to check for I think we have to to preserve reasonable error handling, I'll open a PR to fix ASAP. |
I do check res.completed in my first version of commit but that would cause some tests failed which maybe associated to macos platform difference so I only keep check whether only res exists and I don't remember the details completely now but thanks for continuing to accomplish this |
|
@lpinca should we revert? |
Fixes: #64272