hypercore-protocol
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -421,3 +421,2 @@ var stream = require('readable-stream') | ||
var reallyMissing = this._missing - (data.length - start) | ||
console.log(reallyMissing) | ||
if (reallyMissing > 0 && !this._needsKey) this._utp.setContentSize(reallyMissing) | ||
@@ -424,0 +423,0 @@ } |
{ | ||
"name": "hypercore-protocol", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"description": "Stream that implements the hypercore protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
68052
2046