From 91e4da7ddb75e68c71f19cf5d009550431bdcf4c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Mar 2001 17:12:12 +0000 Subject: initial chunked transfer-encoding support --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 86dee2101..40e9e5c43 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -196,6 +196,7 @@ struct FILE { struct ConnectBits { bool close; /* if set, we close the connection after this request */ bool reuse; /* if set, this is a re-used connection */ + bool chunk; /* if set, this is a chunked transfer-encoding */ }; /* -- cgit v1.2.3