Uh oh!
There was an error while loading. Please reload this page.
http: do not emit socket errors after complete response - #64278
Conversation
nodejs-github-bot
commented
Jul 4, 2026
Review requested:
|
Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
mcollina
commented
Jul 5, 2026
I fear we need to bake this a bit |
nodejs-github-bot
commented
Jul 5, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
mcollina
commented
Jul 12, 2026
removed the baking for lts, given the bug is in 24, we might want to have it fixed there |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jul 12, 2026
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. |
This comment was marked as spam.
This comment was marked as spam.
mcollina
commented
Jul 14, 2026
@lpinca should we revert? |
Fixes: #64272