aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a0df9b4ff..45b632bbf 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -417,6 +417,7 @@ struct UrlData {
/* stuff related to HTTP */
long followlocation;
+ long maxredirs; /* maximum no. of http(s) redirects to follow */
char *referer;
bool free_referer; /* set TRUE if 'referer' points to a string we
allocated */