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

getAllResponseHeaders throws when getting a local "file:" #108

Closed justinmchase closed 8 years ago

justinmchase commented 9 years ago

When attempting to get a local file and the response object is null, if you attempt to get response headers an error is thrown.

From the line:

232:  for (var i in response.headers) {
justinmchase commented 9 years ago

109