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): correctly consume response body in Deno.serve #24811

Merged

Conversation

lucacasonato
Copy link
Member

Prior to this commit, you could return a Response created from a string or Uint8Array multiple times.

Now you can't do that anymore.

Prior to this commit, you could return a `Response` created from a string or Uint8Array multiple times.

Now you can't do that anymore.
@lucacasonato lucacasonato force-pushed the deno_serve_consume_response_bodies branch from 2711aba to 1c673f4 Compare July 31, 2024 14:25
@lucacasonato lucacasonato merged commit 4eda9e6 into denoland:main Aug 1, 2024
17 checks passed
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.

2 participants