From 7c39a8c440288bcee097af98db770fa8b047ebc3 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 4 May 2022 15:57:23 +0900 Subject: [PATCH] Update http.js --- lib/http.js | 1 + 1 file changed, 1 insertion(+) 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) {