James Gallagher's Content-Encoding work

This commit is contained in:
Daniel Stenberg
2002-09-02 22:31:18 +00:00
parent 2e8a9416af
commit 64bbe9dfaf
19 changed files with 432 additions and 26 deletions

View File

@@ -73,6 +73,7 @@ typedef enum {
CHUNKE_BAD_CHUNK,
CHUNKE_WRITE_ERROR,
CHUNKE_STATE_ERROR,
CHUNKE_BAD_ENCODING,
CHUNKE_LAST
} CHUNKcode;