James Griffiths' max-redirs fix

This commit is contained in:
Daniel Stenberg
2000-11-28 09:05:47 +00:00
parent d4cd079b9c
commit b8f7d94ef1
3 changed files with 12 additions and 2 deletions

View File

@@ -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 */