Michael T

Results 1 issues of Michael T

It looks like trying to pipe XML pages does nothing on 2.2.2, and the finish event is never emitted: ```js // test.js const needle = require('needle') const writable = require('fs').createWriteStream('file.txt');...