Comparing version 1.3.8 to 1.3.9
@@ -275,3 +275,3 @@ var framer = exports; | ||
settings.writeUInt32BE((4 + 8 * 2) & 0x00FFFFFF, 4, true); // length | ||
settings.writeUInt32BE(0x00000008, 8, true); // Count of entries | ||
settings.writeUInt32BE(0x00000002, 8, true); // Count of entries | ||
@@ -278,0 +278,0 @@ settings.writeUInt32BE(0x01000004, 12, true); // Entry ID and Persist flag |
@@ -510,3 +510,3 @@ var spdy = require('../spdy'), | ||
for (var i = 0; i< oldBuffer.length; i++) { | ||
for (var i = 0; i < oldBuffer.length; i++) { | ||
this._writeData(oldBuffer[i][0], oldBuffer[i][1]); | ||
@@ -513,0 +513,0 @@ } |
{ | ||
"name": "spdy", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Implementation of the SPDY protocol on node.js.", | ||
@@ -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
3136017