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

flash Date header time drift #15574

Closed
Tracked by #15551 ...
littledivy opened this issue Aug 24, 2022 · 0 comments · Fixed by #18568
Closed
Tracked by #15551 ...

flash Date header time drift #15574

littledivy opened this issue Aug 24, 2022 · 0 comments · Fixed by #18568
Labels
bug Something isn't working correctly

Comments

@littledivy
Copy link
Member

littledivy commented Aug 24, 2022

Use recursive setTimeout instead of a setInterval to prevent timer drift (setInterval can drift).

@littledivy littledivy mentioned this issue Aug 24, 2022
14 tasks
@littledivy 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
@littledivy littledivy added bug Something isn't working correctly flash labels Aug 24, 2022
bartlomieju added a commit that referenced this issue Apr 3, 2023
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 #15574
Closes #15504
Closes #15646
Closes #15909
Closes #15911
Closes #16828
Closes #18046
Closes #15869
levex pushed a commit that referenced this issue Apr 12, 2023
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 #15574
Closes #15504
Closes #15646
Closes #15909
Closes #15911
Closes #16828
Closes #18046
Closes #15869
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant