|
@@ -1850,10 +1850,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
|
|
|
|
|
|
// We can also just delete the chunks now.
|
|
// We can also just delete the chunks now.
|
|
delete this._chunkedData[id];
|
|
delete this._chunkedData[id];
|
|
- return;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
this._chunkedData[id] = chunkInfo;
|
|
this._chunkedData[id] = chunkInfo;
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
|
|
|
|
this.emit('data', data);
|
|
this.emit('data', data);
|