aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-12 15:05:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-12 15:05:54 +0000
commit38c349f75101a1f47c3268e13396b61e3fade8e4 (patch)
tree6c8204418b59637cf5c505b2ea3f641a4aabb902 /lib/urldata.h
parent542df800ab422380e5af84102509b9aa9d239286 (diff)
support for a few new libcurl 7.7 CURLOPT_* options added
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index cc03214da..6b9ef0edd 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */
};
/*