driverdan / node-XMLHttpRequest

XMLHttpRequest for node.js
http://thedanexperiment.com/2009/10/04/emulating-xmlhttprequest-in-node-js/
MIT License
416 stars 299 forks source link

Switch to localhost when protocol is null #114

Closed cedbossneo closed 6 years ago

cedbossneo commented 9 years ago

In order to allow tests libs to work properly, we must handle the protocol when it's null or undefined.

driverdan commented 6 years ago

Fixed in #105