diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index 97fe47c592c..d10e6445e11 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -94,7 +94,7 @@ __FBSDID("$FreeBSD$"); #include "httperr.h" /* Maximum number of redirects to follow */ -#define MAX_REDIRECT 5 +#define MAX_REDIRECT 20 /* Symbolic names for reply codes we care about */ #define HTTP_OK 200