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): Deno.Server should not be thenable #20723

Merged
merged 6 commits into from
Oct 9, 2023

Commits on Sep 28, 2023

  1. fix(ext/http): Deno.Server should not be thenable

    Otherwise you can not return `Deno.Server` from async functions.
    lucacasonato committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8564d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Update cli/tests/unit/serve_test.ts

    Co-authored-by: Yoshiya Hinosawa <[email protected]>
    lucacasonato and kt3k authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    60419be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e9845 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. close -> shutdown

    kt3k committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d239ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    3402edd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    bf8e15b View commit details
    Browse the repository at this point in the history