initial chunked transfer-encoding support

This commit is contained in:
Daniel Stenberg
2001-03-07 17:12:12 +00:00
parent 2873c18132
commit 91e4da7ddb
2 changed files with 27 additions and 2 deletions

View File

@@ -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 */
};
/*