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

[http server]: use tokio::spawn internally in HttpServer::start and return StopHandle #402

Merged
merged 15 commits into from
Oct 11, 2021

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    ac51238 View commit details
    Browse the repository at this point in the history
  2. remove needless clone

    niklasad1 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    68d5ae8 View commit details
    Browse the repository at this point in the history
  3. fix http server too

    niklasad1 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    8c94038 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    35470cb View commit details
    Browse the repository at this point in the history
  2. fmt

    niklasad1 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    cb8be56 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

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

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    2d2cfe0 View commit details
    Browse the repository at this point in the history
  2. unify stop APIs

    niklasad1 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    38a58a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e823b View commit details
    Browse the repository at this point in the history
  4. fix bad merge

    niklasad1 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f9dec57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca77d88 View commit details
    Browse the repository at this point in the history
  6. use futures oneshot

    niklasad1 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0432f6b View commit details
    Browse the repository at this point in the history
  7. fix unintentional change

    niklasad1 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ee054e0 View commit details
    Browse the repository at this point in the history
  8. Revert "use futures oneshot"

    This reverts commit 0432f6b.
    niklasad1 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    978e181 View commit details
    Browse the repository at this point in the history
  9. Update http-server/src/server.rs

    Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
    niklasad1 and maciejhirsz authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d4a09b4 View commit details
    Browse the repository at this point in the history