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/http): improve error message when underlying resource of request body unavailable #27463

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Dec 24, 2024

This PR improves the error message when reading request body in Deno.serve and the underlying resource is unavailable.

The error message is currently Bad Resource ID. This PR change it to Cannot read request body as underlying resource unavailable

closes #27133

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.

Inconsistent Handling of TCP Stream Closure Causes BadResource Error in Deno
1 participant