doc: fix http.IncomingMessage.socket documentation
authorСковорода Никита Андреевич <chalkerx@gmail.com>
Mon, 1 Jun 2015 20:54:27 +0000 (23:54 +0300)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 1 Jun 2015 22:04:21 +0000 (00:04 +0200)
commit89a5b9040eebc234cc51f26c55898781216412c1
treed9380f9ef99a21482825dbfac168969019199f1b
parente0e96acc6ffd85520f8b493e40a1a785b0046e3b
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().

PR-URL: https://github.com/nodejs/io.js/pull/1867
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/http.markdown