support for a few new libcurl 7.7 CURLOPT_* options added

This commit is contained in:
Daniel Stenberg
2001-03-12 15:05:54 +00:00
parent 542df800ab
commit 38c349f751
2 changed files with 279 additions and 7 deletions

View File

@@ -400,6 +400,10 @@ struct Configbits {
bool proxystringalloc; /* the http proxy string is malloc()'ed */
bool rangestringalloc; /* the range string is malloc()'ed */
bool urlstringalloc; /* the URL string is malloc()'ed */
bool reuse_forbid; /* if this is forbidden to be reused, close
after use */
bool reuse_fresh; /* do not re-use an existing connection for this
transfer */
};
/*