initial chunked transfer-encoding support
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user