gearman-node-bda
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -304,3 +304,3 @@ // Copyright 2013 The GearmaNode Library Authors. All Rights Reserved. | ||
if (chunk.length<protocol.CONSTANTS.HEADER_LEN) {//header is not enough | ||
this.headerfrag = nextChunk; | ||
this.headerfrag = chunk; | ||
return; | ||
@@ -307,0 +307,0 @@ } |
{ | ||
"name": "gearman-node-bda", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Node.js library for the Gearman distributed job system with support for multiple servers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
108902