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

Add Endpoint::connect_lazy method #392

Merged
merged 3 commits into from
Jul 10, 2020

Commits on Jul 9, 2020

  1. Add Endpoint::connect_lazy method

    Adds a 'lazy' constructor which will not attempt to connect to the
    endpoint until first use. This is useful in situations where the
    connection is created when the remote service may temporarily not be
    responding, such as server startup.
    
    Fixes hyperium#167
    danburkert committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    0a4d81f View commit details
    Browse the repository at this point in the history
  2. rustfmt

    danburkert committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9ba75f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd0fbb6 View commit details
    Browse the repository at this point in the history