You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mscdex d80b873a6e Connection: defer fetch 'end' event until next tick
Due to streams2' use of process.nextTick, without this patch body streams' 'end' events will emit after the fetch 'end' event, causing some confusion.
12 years ago
..
Connection.js Connection: defer fetch 'end' event until next tick 12 years ago
Parser.js Parser: check for unexpected readable-stream module behavior for node v0.8 12 years ago