@dkx/http-server
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -15,2 +15,5 @@ "use strict"; | ||
write(chunk) { | ||
if (!chunk.length) { | ||
return; | ||
} | ||
this.bodyEvents.push((body) => body.write(chunk)); | ||
@@ -17,0 +20,0 @@ } |
{ | ||
"name": "@dkx/http-server", | ||
"version": "1.4.0", | ||
"version": "1.4.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
33845
42
409