diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 03:00:04 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 03:00:04 +0000 |
| commit | e6c0e200f4f26cffc422f0d42323e2713e06322d (patch) | |
| tree | fde0894fd0af403d88be85ee1cfbd603afd8801f /lib/libfetch/http.c | |
| parent | 398de06dcb859ccf5587e2df61a5b6b14cf456e6 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/http.c')
| -rw-r--r-- | lib/libfetch/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index 97fe47c592ce..d10e6445e111 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 |
