Comparing version 1.6.6 to 1.6.7
/** | ||
* awix 1.6.6 | ||
* awix 1.6.7 | ||
* Copyright (c) [2019.08] BraveWang | ||
@@ -4,0 +4,0 @@ * This software is licensed under the MPL-2.0. |
@@ -136,2 +136,5 @@ /** | ||
await next(ctx); | ||
if(!ctx.stream || ctx.stream.closed || ctx.stream.destroyed) { | ||
return ; | ||
} | ||
var content_type = 'text/plain; charset=utf-8'; | ||
@@ -138,0 +141,0 @@ var datatype = typeof ctx.res.data; |
{ | ||
"name": "awix", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "a powerful web framework, build on module http2 and async/await.", | ||
@@ -5,0 +5,0 @@ "main": "awix.js", |
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
341306
1504