Connection: add missing message 'ended' assignment

fork
mscdex 11 years ago
parent 9fd42bcbed
commit 41cb2e2502

@ -1120,6 +1120,7 @@ Connection.prototype._resUntagged = function(info) {
if (toget.length === 0) {
process.nextTick(function() {
msg.ended = true;
msgEmitter.emit('attributes', attrs);
msgEmitter.emit('end');
});

Loading…
Cancel
Save