diff options
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index f9766b1..8de768d 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -124,7 +124,7 @@ module Custodian begin c = Curl::Easy.new(@url) c.follow_location = true - c.max_redirects = 3 + c.max_redirects = 5 c.timeout = 20 c.perform @status = c.response_code |