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

invalid URLs not properly handled #4

Open
stevenvachon opened this issue Jun 18, 2015 · 0 comments
Open

invalid URLs not properly handled #4

stevenvachon opened this issue Jun 18, 2015 · 0 comments
Assignees
Milestone

Comments

@stevenvachon
Copy link

require("bhttp").head("http://", {}, function(error, response) {
    console.log(error)
    // { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }
})
require("bhttp").get("/dir/file.html")
// TypeError: Cannot read property 'length' of null
@stevenvachon stevenvachon changed the title invalid URLs invalid URLs not properly handled Jun 18, 2015
@joepie91 joepie91 added the bug label Jul 15, 2015
@joepie91 joepie91 self-assigned this Jul 15, 2015
@joepie91 joepie91 added this to the patch-next milestone Aug 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants