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

Upgrade to hyper v0.13; use async/await #85

Merged
merged 3 commits into from
Dec 11, 2019
Merged

Upgrade to hyper v0.13; use async/await #85

merged 3 commits into from
Dec 11, 2019

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    eaeae8c View commit details
    Browse the repository at this point in the history
  2. Use tokio runtime to create a working block_on method

     - delete futures crate from Cargo.toml
     - add tokio as a dev dependency
    liamsi authored and tony-iqlusion committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ead8a62 View commit details
    Browse the repository at this point in the history
  3. rpc: slightly better HTTP error handling

    Adds a bogus error code for low-level HTTP errors, and at least captures
    the error message from the `http` crate or `hyper`.
    tony-iqlusion committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    a50b503 View commit details
    Browse the repository at this point in the history