diff options
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 2 |
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 */ }; /* |