Comparing version 0.1.1 to 0.1.2
@@ -71,3 +71,3 @@ var util = require('util'); | ||
s.on('error', function x_error() { | ||
if ( !(self.requests[name]||false).length || (this.sockets[name]||false).length ) { | ||
if ( !(self.requests[name]||false).length || (self.sockets[name]||false).length ) { | ||
// console.log('-- error connect --'); | ||
@@ -74,0 +74,0 @@ return; |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["http", "https"], | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main" : "./http-xak.js", | ||
@@ -8,0 +8,0 @@ |
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