summaryrefslogtreecommitdiff
path: root/lib/http_chunks.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-02 22:31:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-02 22:31:18 +0000
commit64bbe9dfafc6693a96b742f3133c636385835a19 (patch)
tree012bda8b5d41f89cd774b0aa7cc8cacc23aac175 /lib/http_chunks.h
parent2e8a9416af0b59e98132e64c29f3919d9a7b9570 (diff)
downloadgnurl-64bbe9dfafc6693a96b742f3133c636385835a19.tar.gz
gnurl-64bbe9dfafc6693a96b742f3133c636385835a19.tar.bz2
gnurl-64bbe9dfafc6693a96b742f3133c636385835a19.zip
James Gallagher's Content-Encoding work
Diffstat (limited to 'lib/http_chunks.h')
-rw-r--r--lib/http_chunks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_chunks.h b/lib/http_chunks.h
index 48bdbd37b..482612d25 100644
--- a/lib/http_chunks.h
+++ b/lib/http_chunks.h
@@ -73,6 +73,7 @@ typedef enum {
CHUNKE_BAD_CHUNK,
CHUNKE_WRITE_ERROR,
CHUNKE_STATE_ERROR,
+ CHUNKE_BAD_ENCODING,
CHUNKE_LAST
} CHUNKcode;