-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
It looks like trying to pipe XML pages does nothing on 2.2.2, and the finish event is never emitted:
// test.js
const needle = require('needle')
const writable = require('fs').createWriteStream('file.txt');
needle.get('https://www.w3schools.com/xml/note.xml')
.pipe(writable)
.on('finish', () => console.log('Done!'))On 2.1.2, file.txt is empty but on 2.2.2 the file is populated as expected. Tested on node v8.11.3 and v10.9.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
