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

fix(ext/node): ignore stream error during enqueue #24243

Merged
merged 7 commits into from
Jun 25, 2024

Conversation

satyarohith
Copy link
Member

@satyarohith satyarohith commented Jun 18, 2024

This ignores the stream enqueue error but the right fix would be to cleanup resources correctly when a client closes a streaming response prematurely but it is not a priority right now.

Closes #22820

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great fix

@satyarohith satyarohith merged commit 13aa1d7 into denoland:main Jun 25, 2024
17 checks passed
@satyarohith satyarohith deleted the ignore_http_stream_error branch June 25, 2024 11:32
sbmsr pushed a commit to sbmsr/deno-1 that referenced this pull request Jul 2, 2024
zebreus pushed a commit to zebreus/deno that referenced this pull request Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node:http server doesn't handle read errors
2 participants