-
Notifications
You must be signed in to change notification settings - Fork 636
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
http ServerRequest.respond({ status: 404 }) should not hang #402
Comments
ry
changed the title
Request.respond({ status: 404 }) should not hang
http ServerRequest.respond({ status: 404 }) should not hang
May 14, 2019
I will work on this for my first work here. |
Nautigsam
added a commit
to Nautigsam/deno_std
that referenced
this issue
May 21, 2019
Nautigsam
added a commit
to Nautigsam/deno_std
that referenced
this issue
May 21, 2019
piscisaureus
pushed a commit
to Nautigsam/deno_std
that referenced
this issue
May 23, 2019
piscisaureus
pushed a commit
that referenced
this issue
May 23, 2019
ry
pushed a commit
to ry/deno
that referenced
this issue
Oct 9, 2019
caspervonb
pushed a commit
to caspervonb/deno_std
that referenced
this issue
Jan 24, 2021
inverted-capital
pushed a commit
to dreamcatcher-tech/napps
that referenced
this issue
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is, it should be legal to leave out the the body when responding. It should default to an empty body.
The text was updated successfully, but these errors were encountered: