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

feat(client): HttpConnector::tcp_keepalive_interval and `HttpConnec… #9

Merged
merged 2 commits into from
Oct 10, 2022

Commits on Oct 8, 2022

  1. feat(client): HttpConnector::tcp_keepalive_interval and `HttpConnec…

    …tor::tcp_keepalive_retries` (#2991)
    
        If the platform supports setting the options, otherwise it's a noop.
    
    Port from hyperium/hyper#2991
    
      hyperium#9
    hansonchar committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    09776f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Downgrade once_cell from v1.15.0 to v1.14.0 to try to overcome the ms…

    …rv failure.
    
    Workflow log:
    
    Downloaded once_cell v1.15.0
    error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml`
    Error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml`
    Caused by:
      failed to parse the `edition` key
    
    Caused by:
      this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
    Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
    hansonchar committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b26ccc9 View commit details
    Browse the repository at this point in the history