let
http2=require('http2'),
server=http2.createServer()
server.listen(8000,'::1',()=>{
http2.connect('http://[::1]:8000',()=>{
console.log('listener called')
})
})
Expected:
console.log('listener called')Result:
Error: getaddrinfo ENOTFOUND [::1] [::1]:8000