Comparing version 1.4.3 to 1.4.4
@@ -290,3 +290,3 @@ var spdy = require('../spdy'), | ||
self._closed = true; | ||
pool.put(socket.npnProtocol, pair); | ||
pool.put(options.plain || socket.npnProtocol, pair); | ||
}); | ||
@@ -293,0 +293,0 @@ |
{ | ||
"name": "spdy", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"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
3137654