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

net: introduce Socket#connecting property #6404

Closed
wants to merge 3 commits into from

Commits on Apr 26, 2016

  1. net: introduce Socket#connecting property

    There is no official way to figure out if the socket that you have on
    hand is still connecting to the remote host. Introduce
    `Socket#connecting`, which is essentially an unprefixed `_connecting`
    property that we already had.
    indutny committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    9db9528 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. ...

    indutny committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    f906cb3 View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    1ed27a3 View commit details
    Browse the repository at this point in the history