Comparing version 1.8.0 to 1.8.1
/** | ||
* awix 1.8.0 | ||
* awix 1.8.1 | ||
* Copyright (c) [2019.08] BraveWang | ||
@@ -436,2 +436,3 @@ * This software is licensed under the MPL-2.0. | ||
stream.end(`Body too large,limit:${the.config.body_max_size/1024}Kb`); | ||
stream.destroy(); | ||
return ; | ||
@@ -438,0 +439,0 @@ } |
{ | ||
"name": "awix", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "a powerful web framework, build on module http2 and async/await.", | ||
@@ -5,0 +5,0 @@ "main": "awix.js", |
351263
1750