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(node:http) always set headersSent to true after end #13794

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

cirospaciari
Copy link
Member

@cirospaciari cirospaciari commented Sep 7, 2024

What does this PR do?

Split from: #13778

Fix: #3458

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Test

@Jarred-Sumner Jarred-Sumner merged commit 2b50554 into main Sep 10, 2024
45 checks passed
@Jarred-Sumner Jarred-Sumner deleted the ciro/fix-headersSent branch September 10, 2024 00:08
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.

http.ServerResponse headersSent didn't set to true after body-write function.
3 participants