aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
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 */
};
/*