@dkx/http-server
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,2 +12,6 @@ "use strict"; | ||
} | ||
if (responseBodyBag.getEventsCount() === 0) { | ||
end(); | ||
return; | ||
} | ||
let written = 0; | ||
@@ -14,0 +18,0 @@ const body = new response_body_1.ResponseBody((chunk, encoding, done) => { |
{ | ||
"name": "@dkx/http-server", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Minimalistic HTTP server", | ||
@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:dkx/http/server.git", |
Sorry, the diff of this file is not supported yet
33565
408