Commit 89a5b904 authored by Сковорода Никита Андреевич's avatar Сковорода Никита Андреевич Committed by Ben Noordhuis
Browse files

doc: fix http.IncomingMessage.socket documentation

Remove the reference to net.Socket.verifyPeer().
That was removed in ea540c94 and was missed in the 032f80ef.

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().

PR-URL: https://github.com/nodejs/io.js/pull/1867


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent e0e96acc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment