aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-28 09:05:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-28 09:05:47 +0000
commitb8f7d94ef15b93c98cda472a32227d84a3ac5f72 (patch)
tree2e12162cb16881f45601856fb733ad916aea8d16 /lib/urldata.h
parentd4cd079b9cf6d3d8cc278b267b079268df9f11fb (diff)
James Griffiths' max-redirs fix
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 */