Open stevenvachon opened 9 years ago
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