You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
littledivy
changed the title
Use recursive setTimeout instead of a setInterval to prevent timer drift (setInterval can drift).
flash Date header time drift
Aug 24, 2022
This commit changes implementation of "Deno.serve()" API to use
"Deno.serveHttp()" under the hood. This change will allow us to
remove the "flash" server implementation, bringing stability to the
"Deno.serve()" API.
"cli/tests/unit/flash_test.ts" was renamed to "serve_test.ts".
Closes#15574Closes#15504Closes#15646Closes#15909Closes#15911Closes#16828Closes#18046Closes#15869
This commit changes implementation of "Deno.serve()" API to use
"Deno.serveHttp()" under the hood. This change will allow us to
remove the "flash" server implementation, bringing stability to the
"Deno.serve()" API.
"cli/tests/unit/flash_test.ts" was renamed to "serve_test.ts".
Closes#15574Closes#15504Closes#15646Closes#15909Closes#15911Closes#16828Closes#18046Closes#15869
Use recursive setTimeout instead of a setInterval to prevent timer drift (setInterval can drift).
The text was updated successfully, but these errors were encountered: