Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12
@@ -190,3 +190,2 @@ 'use strict'; | ||
const transport = new HttpTransport(this, req, res); | ||
if (balancer) this.balancing(transport); | ||
if (!req.url.startsWith('/api')) { | ||
@@ -196,2 +195,3 @@ application.serveStatic(req.url, transport); | ||
} | ||
if (balancer) this.balancing(transport); | ||
if (res.writableEnded) return; | ||
@@ -198,0 +198,0 @@ |
{ | ||
"name": "metacom", | ||
"version": "3.0.0-alpha.11", | ||
"version": "3.0.0-alpha.12", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", |
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