Comparing version 3.2.2 to 3.2.3
@@ -153,3 +153,3 @@ 'use strict'; | ||
proto._createSocket = function _createSocket(req, options) { | ||
proto._createSocket = function _createSocket(req, options, callback) { | ||
var state = this._spdyState; | ||
@@ -200,2 +200,5 @@ if (state.fallback) | ||
if (callback) | ||
return callback(null, socket); | ||
return socket; | ||
@@ -202,0 +205,0 @@ }; |
{ | ||
"name": "spdy", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"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
63815
1408