Comparing version 1.7.1 to 1.7.2
@@ -68,3 +68,3 @@ var parser = exports; | ||
// Legacy compatibility | ||
if (legacy && !cb) cb = function() {}; | ||
if (!cb) cb = function() {}; | ||
@@ -71,0 +71,0 @@ if (data !== undefined) { |
{ | ||
"name": "spdy", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Implementation of the SPDY protocol on node.js.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
91594