birdpack 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/core.js +0 -1
  2. package/package.json +1 -1
package/lib/core.js CHANGED
@@ -396,7 +396,6 @@ module.exports = class{
396
396
  }
397
397
 
398
398
  this.code(200)
399
- .length(data.length)
400
399
  .type(options.type);
401
400
 
402
401
  this.send(data);
package/package.json CHANGED
@@ -3,6 +3,6 @@
3
3
  "description": "BirdPack web framework is a tool for web server via TCP HTTP supporting websocket focusing on speed.",
4
4
  "author":"R938",
5
5
  "license":"R938",
6
- "version":"1.0.15",
6
+ "version":"1.0.16",
7
7
  "main": "index.js"
8
8
  }