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

transports/tcp/: Call take_error on tokio TcpStream #2725

Merged
merged 5 commits into from Jun 27, 2022

Commits on Jun 24, 2022

  1. transports/tcp/: Call take_error on tokio TcpStream

    See e04e95a for the rational.
    
    With tokio `v1.19.0` released, `TcStream` exposes `take_error`.
    
    This commit applies the same fix from e04e95a to the tokio TCP provider.
    mxinden committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    bbde767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7729222 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    f625e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af3c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e540c5 View commit details
    Browse the repository at this point in the history