Comparing version 1.32.1 to 1.32.2
@@ -129,3 +129,5 @@ var parser = exports; | ||
// Emit DATA by chunks as they come | ||
if (this.state.header && !this.state.header.control) { | ||
if (this.buffered !== 0 && | ||
this.state.header && | ||
!this.state.header.control) { | ||
var buffer = this._slice(this.buffered); | ||
@@ -132,0 +134,0 @@ this.waiting -= buffer.length; |
{ | ||
"name": "spdy", | ||
"version": "1.32.1", | ||
"version": "1.32.2", | ||
"description": "Implementation of the SPDY protocol on node.js.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
150300
4472