koa-spdy-push
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -70,3 +70,8 @@ | ||
zlib.gzip(body, function (err, body) { | ||
if (err) return onerror(err) | ||
if (err) { | ||
onerror(err) | ||
stream.destroy() | ||
return | ||
} | ||
stream.end(body) | ||
@@ -73,0 +78,0 @@ }) |
{ | ||
"name": "koa-spdy-push", | ||
"description": "SPDY Push helper for Koa", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
13054
329