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

Conversation

hansonchar
Copy link
Contributor

…tor::tcp_keepalive_retries` (#2991)

If the platform supports setting the options, otherwise it's a noop.

Port from hyperium/hyper#2991

…tor::tcp_keepalive_retries` (#2991)

    If the platform supports setting the options, otherwise it's a noop.

Port from hyperium/hyper#2991

  hyperium#9
…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
Copy link
Contributor Author

hansonchar commented Oct 10, 2022

Pinning once_cell to 1.40.0 fixes the MSRV 1.49 check. Workflow completed successfully in my fork.

@seanmonstar seanmonstar merged commit 0e0591e into hyperium:master Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants