summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-21 13:18:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-21 13:18:07 +0000
commit08655d8d5d0ea980227096366c231693198e61d6 (patch)
tree580291c13caa05196681b328a70f4658a91eecfc /lib/urldata.h
parent3e5dbac7a2f13de110a5c9244d89901e0a755652 (diff)
downloadcurl-08655d8d5d0ea980227096366c231693198e61d6.tar.gz
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a050d020f..342e143df 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -413,6 +413,8 @@ struct Configbits {
after use */
bool reuse_fresh; /* do not re-use an existing connection for this
transfer */
+ bool expect100header; /* TRUE if we added Expect: 100-continue to the
+ HTTP header */
};
/*