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

[dev-tool] consume response body of fetch() result #32493

Merged

Conversation

jeremymeng
Copy link
Member

Due to nodejs/node#52909, fetch() may be stuck
indefinitely in NodeJS v20 or lower if body is not read. This PR consumes the
response body to avoid that from happening.

Due to nodejs/node#52909, fetch() may be stuck
indefinitely in NodeJS v20 or lower if body is not read. This PR consumes the
response body to avoid that from happending.
@github-actions github-actions bot added the dev-tool Issues related to the Azure SDK for JS dev-tool label Jan 9, 2025
@jeremymeng jeremymeng requested a review from Copilot January 9, 2025 23:07

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@jeremymeng jeremymeng merged commit f901afa into Azure:main Jan 10, 2025
20 checks passed
@jeremymeng jeremymeng deleted the devtool/consume-fetch-response-body branch January 10, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tool Issues related to the Azure SDK for JS dev-tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants