Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 15:09:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197539] getaddrinfo EAI_BADFLAGS on www/node 0.12.0
Message-ID:  <bug-197539-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197539

            Bug ID: 197539
           Summary: getaddrinfo EAI_BADFLAGS on www/node 0.12.0
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: komarov@valerka.net
                CC: linpct@gmail.com
             Flags: maintainer-feedback?(linpct@gmail.com)
                CC: linpct@gmail.com

test.js

http = require('http');
http.get("www.google.com", function(a,b,c) {});


# node ./test.js
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: getaddrinfo EAI_BADFLAGS
    at Object.exports._errnoException (util.js:746:11)
    at errnoException (dns.js:49:15)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:94:26)

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197539-13>