superagent
Advanced tools
Comparing version 0.14.6 to 0.14.7
0.14.7 / 2013-06-06 | ||
================== | ||
* fix unzip error handling | ||
0.14.6 / 2013-05-23 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -101,2 +101,6 @@ | ||
unzip.on('error', function(err){ | ||
stream.emit('error', err); | ||
}); | ||
// pipe to unzip | ||
@@ -129,2 +133,5 @@ res.pipe(unzip); | ||
stream.on(type, fn); | ||
} else if ('error' == type) { | ||
stream.on(type, fn); | ||
_on.call(res, type, fn); | ||
} else { | ||
@@ -131,0 +138,0 @@ _on.call(res, type, fn); |
{ | ||
"name": "superagent", | ||
"version": "0.14.6", | ||
"version": "0.14.7", | ||
"description": "elegant & feature rich browser / node HTTP with a fluent API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
103626
3533