Comparing version 3.3.1 to 3.3.2
@@ -82,3 +82,3 @@ 'use strict'; | ||
method: headers.method ? headers.method.toString() : 'GET', | ||
status: headers.status ? headers.status.toString() : 200, | ||
status: headers.status ? parseInt(headers.status, 10) : 200, | ||
host: this.socket.parser.incoming.headers.host, | ||
@@ -85,0 +85,0 @@ headers: headers.request, |
{ | ||
"name": "spdy", | ||
"version": "3.3.1", | ||
"version": "3.3.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
63976