We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are working on a rewrite of Flash server (Deno.serve() API) to make it single threaded and fix problems related to current implementation.
Deno.serve()
Following issues should be closed by the rewrite:
Deno.serve
Option::unwrap()
None
Request.clone()
Date
count
stat
op_flash_make_request
The text was updated successfully, but these errors were encountered:
npm:portfinder
We changed implementation of "Deno.serve()" in 2846bbe and removed "flash" completely in 51d3fb7.
Remaining open issues were changed to reflect they are now considered with "Deno.serve()" API in general, but no longer with "flash" implementation.
Sorry, something went wrong.
No branches or pull requests
We are working on a rewrite of Flash server (
Deno.serve()
API) to make it single threaded and fix problems related to current implementation.Following issues should be closed by the rewrite:
Deno.serve
drops response body chunks if empty chunk is enqueued #17194Option::unwrap()
on aNone
value', ext/flash/lib.rs:364:12 #16828Deno.serve
caused panic #15911Deno.serve
Request.clone()
always throws error #15858Date
header time drift #15574count
to size returned bystat
#15573op_flash_make_request
fast ops for multiple servers #15572Deno.serve
issues #15551The text was updated successfully, but these errors were encountered: