diff --git a/lib/http.js b/lib/http.js index 4485255..79a03b8 100644 --- a/lib/http.js +++ b/lib/http.js @@ -647,6 +647,7 @@ var HTTPObject = function(engine) { this.setIsFollowRedirect = function(flag) { this.isFollowRedirect = flag; + return this; }; this.setSaveTo = function(filename) {