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