Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP CLIENT official solution doesn't pass verification test #454

Open
SamAI-Software opened this issue Jul 28, 2016 · 1 comment
Open

Comments

@SamAI-Software
Copy link

Even the official solution doesn't pass the test.

var http = require('http')

http.get(process.argv[2], function (response) {
  response.setEncoding('utf8')
  response.on('data', console.log)
  response.on('error', console.error)
}).on('error', console.error)

I think the whole verification is broken for this challenge, because EXPECTED value is "" and just empty .js file successfully passes the test. Windows7-x64.

httpclient

@martinheidegger
Copy link
Contributor

@SamAI-Software Would you mind to give the npm -v and node -v version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants