net: fix dns lookup for android
authorJosh Dague <daguej@email.uc.edu>
Fri, 8 Jan 2016 01:42:16 +0000 (17:42 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 15 Feb 2016 19:30:23 +0000 (11:30 -0800)
commit8ed0c1c22c90e7376effd9bee051760273ed61ac
treee4cd2480d9dbd79c19bcac7423b80efa9ba6f899
parent26f02405d0a20c4d413f9e8a2453b863b6a4a7db
net: fix dns lookup for android

`V4MAPPED` isn't supported by Android either (as of 6.0)

PR-URL: https://github.com/nodejs/node/pull/4580
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
lib/net.js