Comparing version 0.13.0 to 0.13.1-rc1
@@ -27,2 +27,3 @@ | ||
this.stream.on('end', () => { | ||
clearTimeout(fbto); | ||
!complete && resolve(Buffer.concat(buffer)); | ||
@@ -40,2 +41,5 @@ complete = true; | ||
async function read(parse){ | ||
if(!this.length && !this.type) | ||
return; | ||
let out = await readStream.call(this); | ||
@@ -62,3 +66,3 @@ | ||
this.res = res; | ||
this.length = headers['content-length']; | ||
this.length = Number(headers['content-length']); | ||
} | ||
@@ -65,0 +69,0 @@ |
@@ -0,0 +0,0 @@ import { Server } from 'http'; |
{ | ||
"name": "nodecaf", | ||
"version": "0.13.0", | ||
"version": "0.13.1-rc1", | ||
"description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -0,0 +0,0 @@ # [Nodecaf](https://gitlab.com/GCSBOSS/nodecaf) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51255
850