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

doc: Fix http.IncomingMessage.socket documentation #1867

Closed

Commits on Jun 1, 2015

  1. doc: Fix http.IncomingMessage.socket documentation

    Remove the reference to net.Socket.verifyPeer().
    That was removed in ea540c9 and was missed in the 032f80e.
    
    Refer to the net.Socket instance by the .socket property.
    This avoids unneeded confusion.
    '.socket' is the variant that is used internally.
    
    Add a markdown link to net.Socket.getPeerCertificate().
    ChALkeR committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    cbf485a View commit details
    Browse the repository at this point in the history